Skip to content

Commit 556c529

Browse files
committed
rename AlreadyShutdown to TracerProviderAlreadyShutdown
1 parent 74bf489 commit 556c529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/trace/provider.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ impl TracerProvider {
243243
Err(TraceError::Other(format!("{errs:?}").into()))
244244
}
245245
} else {
246-
Err(TraceError::AlreadyShutdown)
246+
Err(TraceError::TracerProviderAlreadyShutdown)
247247
}
248248
}
249249
}

0 commit comments

Comments
 (0)