This commit is contained in:
Nikolay Kim 2025-04-01 14:38:29 +05:00
parent f157439c3f
commit 52faee4407

View file

@ -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 {