summaryrefslogtreecommitdiff
path: root/uring.c
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-10 14:14:24 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-10 14:14:24 +0200
commit06edc57d49547c2d5981467550043660c1f5f282 (patch)
tree58d30e4f3771df582db6f7566cf1e53d3d86564d /uring.c
parent9daf6a0e6b461c6c2a16f810f722b9d10504bf90 (diff)
Convert idle to use tbuf
Diffstat (limited to 'uring.c')
-rw-r--r--uring.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/uring.c b/uring.c
index 561be25..30cf513 100644
--- a/uring.c
+++ b/uring.c
@@ -119,7 +119,9 @@ uring_task_set_fd(struct uring_task *task, int fd)
void
uring_task_close_fd(struct cfg *cfg, struct uring_task *task)
{
- fprintf(stderr, "%s called with task 0x%p\n", __func__, task);
+ fprintf(stderr, "%s: called with task %s (0x%p)\n",
+ __func__, task->name, task);
+
if (task->fd < 0)
return;