Skip to content

Commit 1a3dd67

Browse files
lalitbutpilla
andauthored
Update opentelemetry-sdk/src/trace/provider.rs
Co-authored-by: Utkarsh Umesan Pillai <[email protected]>
1 parent c8f2166 commit 1a3dd67

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
@@ -134,7 +134,7 @@ impl Drop for TracerProviderInner {
134134
let _ = self.shutdown(); // errors are handled within shutdown
135135
} else {
136136
otel_debug!(
137-
name: "TracerProviderProvider.Drop.AlreadyShutdown"
137+
name: "TracerProvider.Drop.AlreadyShutdown"
138138
);
139139
}
140140
}

0 commit comments

Comments
 (0)