[sr-dev] git:master:4608914c: core: io wait - remove log level string from debug message

Daniel-Constantin Mierla miconda at gmail.com
Fri Nov 12 10:43:42 CET 2021


Module: kamailio
Branch: master
Commit: 4608914cf9d3878c79560730ddad8e0800c38397
URL: https://github.com/kamailio/kamailio/commit/4608914cf9d3878c79560730ddad8e0800c38397

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2021-11-12T10:15:07+01:00

core: io wait - remove log level string from debug message

---

Modified: src/core/io_wait.h

---

Diff:  https://github.com/kamailio/kamailio/commit/4608914cf9d3878c79560730ddad8e0800c38397.diff
Patch: https://github.com/kamailio/kamailio/commit/4608914cf9d3878c79560730ddad8e0800c38397.patch

---

diff --git a/src/core/io_wait.h b/src/core/io_wait.h
index d9791c3c85..5e823fb76f 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);




More information about the sr-dev mailing list