diff options
Diffstat (limited to 'uring.c')
-rw-r--r-- | uring.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -562,7 +562,7 @@ uring_poll_cancel(struct cfg *cfg, struct uring_task *task) struct io_uring_sqe *sqe; if (task->fd < 0) { - error("no fd set\n"); + /* not an error, no need to print error msg */ return; } |