Skip to content

Commit 55dfd62

Browse files
committed
Fix build
1 parent 1bf3d45 commit 55dfd62

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
@@ -478,8 +478,8 @@ impl BatchLogProcessor {
478478
result = export_with_timeout_sync(
479479
config.max_export_timeout,
480480
exporter.as_mut(),
481-
&timeout_runtime,
482481
logs.split_off(0),
482+
&mut last_export_time,
483483
)
484484
.await
485485
.and(exporter.as_mut().force_flush());

0 commit comments

Comments
 (0)