summaryrefslogtreecommitdiff
path: root/uring.c
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-17 00:07:40 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-17 00:07:40 +0200
commit059bb183777f54ef61c93a6a94140874a9619181 (patch)
tree8a6884534554b5f7069f5dbfcc5953151ee3e362 /uring.c
parent515189910deae61ea5b3fed004a61d04c5a970c7 (diff)
Some more minor log fixes
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;
}