Skip to content

Commit

Permalink
tracing: emit waker op as str instead as Debug (#3853)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jun 14, 2021
1 parent 21de476 commit f55b77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/runtime/task/waker.rs
Expand Up @@ -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(),
);
}
Expand Down

0 comments on commit f55b77a

Please sign in to comment.