summaryrefslogtreecommitdiff
path: root/uring.c
diff options
context:
space:
mode:
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;