[sr-dev] git:master:3f7a6240: rtpengine: small debug log fix after merge of #2800

Henning Westerholt hw at skalatan.de
Tue Jul 13 15:04:45 CEST 2021


Module: kamailio
Branch: master
Commit: 3f7a6240215a76e9584e34459a1fcfe78a794611
URL: https://github.com/kamailio/kamailio/commit/3f7a6240215a76e9584e34459a1fcfe78a794611

Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2021-07-13T13:04:10Z

rtpengine: small debug log fix after merge of #2800

---

Modified: src/modules/rtpengine/rtpengine.c

---

Diff:  https://github.com/kamailio/kamailio/commit/3f7a6240215a76e9584e34459a1fcfe78a794611.diff
Patch: https://github.com/kamailio/kamailio/commit/3f7a6240215a76e9584e34459a1fcfe78a794611.patch

---

diff --git a/src/modules/rtpengine/rtpengine.c b/src/modules/rtpengine/rtpengine.c
index 28c058c2ee..86b5dc484c 100644
--- a/src/modules/rtpengine/rtpengine.c
+++ b/src/modules/rtpengine/rtpengine.c
@@ -3345,9 +3345,10 @@ select_rtpp_node(str callid, str viabranch, int do_test, struct rtpp_node **quer
 				node->rn_url.len, node->rn_url.s, callid.len, callid.len, callid.s);
 			return node;
 		} else {
-			LM_DBG("node=%.*s for calllen=%d callid=%.*s is disabled, either broke or timeout disabled! Return it\n",
+			LM_DBG("node=%.*s for calllen=%d callid=%.*s is disabled, either broke or timeout disabled!\n",
 				node->rn_url.len, node->rn_url.s, callid.len, callid.len, callid.s);
 			if (rtpengine_allow_op == 1) {
+			        LM_DBG("Return it\n");
 				return node;
 			}
 		}




More information about the sr-dev mailing list