From 059bb183777f54ef61c93a6a94140874a9619181 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Wed, 17 Jun 2020 00:07:40 +0200 Subject: Some more minor log fixes --- uring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uring.c') 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; } -- cgit v1.2.3