We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3016ec7 commit 17976efCopy full SHA for 17976ef
compio-driver/src/sys/poll/mod.rs
@@ -634,7 +634,7 @@ impl Driver {
634
// because we only use AIO on FreeBSD), we'd better ignore the current
635
// one and wait for the real event.
636
libc::EINPROGRESS => {
637
- trace!("op {} is not completed", user_data);
+ trace!("op {} is not completed", key.as_raw());
638
continue;
639
}
640
libc::ECANCELED => {
0 commit comments