From 706b1ceb9cb5139c4464873c8df6d99c541dda7b Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Fri, 12 Nov 2021 10:15:07 +0100 Subject: [PATCH] core: io wait - remove log level string from debug message (cherry picked from commit 4608914cf9d3878c79560730ddad8e0800c38397) --- src/core/io_wait.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/io_wait.h b/src/core/io_wait.h index d9791c3c851..5e823fb76fa 100644 --- a/src/core/io_wait.h +++ b/src/core/io_wait.h @@ -371,7 +371,7 @@ inline static int io_watch_add( io_wait_h* h, LM_CRIT("maximum fd number exceeded: %d/%d\n", h->fd_no, h->max_fd_no); goto error; } - DBG("DBG: io_watch_add(%p, %d, %d, %p), fd_no=%d\n", + DBG("processing io_watch_add(%p, %d, %d, %p) - fd_no=%d\n", h, fd, type, data, h->fd_no); /* hash sanity check */ e=get_fd_map(h, fd);