Skip to content

Commit 9119e22

Browse files
committed
comment
1 parent 96454b1 commit 9119e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/logs/log_processor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@ mod tests {
11161116
let mut record: LogRecord = Default::default();
11171117
let instrumentation: InstrumentationLibrary = Default::default();
11181118

1119-
// This will panic because an async operation is called without a runtime.
1119+
// This will panic because an tokio async operation within exporter without a runtime.
11201120
processor.emit(&mut record, &instrumentation);
11211121
});
11221122

0 commit comments

Comments
 (0)