From 7ad037841f9bca9cccefb1b48043ca094dc94446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Tue, 24 Sep 2024 18:21:58 +0200 Subject: [PATCH] Move the tracing info to eprintln --- milli/src/update/new/channel.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milli/src/update/new/channel.rs b/milli/src/update/new/channel.rs index c2acd5310..237581cb3 100644 --- a/milli/src/update/new/channel.rs +++ b/milli/src/update/new/channel.rs @@ -189,7 +189,7 @@ pub struct MergerSender { impl Drop for MergerSender { fn drop(&mut self) { - tracing::info!( + eprintln!( "Merger channel stats: {} sends, {} writer contentions ({}%), {} merger contentions ({}%)", self.send_count.get(), self.writer_contentious_count.get(),