mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-24 00:00:11 +02:00
tracing: emit waker op as str instead as Debug (#3853)
This commit is contained in:
@@ -50,7 +50,7 @@ cfg_trace! {
|
||||
if let Some(id) = $harness.id() {
|
||||
tracing::trace!(
|
||||
target: "tokio::task::waker",
|
||||
op = %$op,
|
||||
op = $op,
|
||||
task.id = id.into_u64(),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user