Skip to content

Commit 80c97f7

Browse files
committed
fix
1 parent 556c529 commit 80c97f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry/src/trace/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ pub enum TraceError {
202202

203203
/// already shutdown error
204204
#[error("TracerProvider already shutdown")]
205-
AlreadyShutdown,
205+
TracerProviderAlreadyShutdown,
206206

207207
/// Other errors propagated from trace SDK that weren't covered above
208208
#[error(transparent)]

0 commit comments

Comments
 (0)