diff --git a/ntex-io/src/tasks.rs b/ntex-io/src/tasks.rs index 90e18145..31681a59 100644 --- a/ntex-io/src/tasks.rs +++ b/ntex-io/src/tasks.rs @@ -780,7 +780,9 @@ impl IoContext { nbytes ); if !inner.dispatch_task.wake_checked() { - log::error!("Dispatcher waker is not registered, bytes: {:?}, flags: {:?}", status.nbytes, inner.flags.get()); + log::error!( + "{}: Dispatcher waker is not registered, bytes: {:?}, flags: {:?}", + self.0.tag(), status.nbytes, self.flags()); } } else { if nbytes >= hw {