summaryrefslogtreecommitdiff
path: root/uring.c
diff options
context:
space:
mode:
Diffstat (limited to 'uring.c')
-rw-r--r--uring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uring.c b/uring.c
index 10eac79..6be7a1e 100644
--- a/uring.c
+++ b/uring.c
@@ -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;
}