Skip to content

Commit

Permalink
rename AlreadyShutdown to TracerProviderAlreadyShutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb committed Oct 22, 2024
1 parent 74bf489 commit 556c529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-sdk/src/trace/provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ impl TracerProvider {
Err(TraceError::Other(format!("{errs:?}").into()))
}
} else {
Err(TraceError::AlreadyShutdown)
Err(TraceError::TracerProviderAlreadyShutdown)
}
}
}
Expand Down

0 comments on commit 556c529

Please sign in to comment.