Module: kamailio
Branch: 5.3
Commit: 00e02d7db1acdaaaf3193d701ba96081b7337331
URL:
https://github.com/kamailio/kamailio/commit/00e02d7db1acdaaaf3193d701ba9608…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2021-12-06T14:41:52+01:00
core: io wait - remove log level string from debug message
(cherry picked from commit 4608914cf9d3878c79560730ddad8e0800c38397)
(cherry picked from commit 706b1ceb9cb5139c4464873c8df6d99c541dda7b)
(cherry picked from commit 09ac130c86186334a1a1dd37d47f40b17a83b650)
---
Modified: src/core/io_wait.h
---
Diff:
https://github.com/kamailio/kamailio/commit/00e02d7db1acdaaaf3193d701ba9608…
Patch:
https://github.com/kamailio/kamailio/commit/00e02d7db1acdaaaf3193d701ba9608…
---
diff --git a/src/core/io_wait.h b/src/core/io_wait.h
index 04186c72ad..f83c6ff6bf 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);