Module: kamailio
Branch: master
Commit: 3f7a6240215a76e9584e34459a1fcfe78a794611
URL:
https://github.com/kamailio/kamailio/commit/3f7a6240215a76e9584e34459a1fcfe…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)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/3f7a6240215a76e9584e34459a1fcfe…
Patch:
https://github.com/kamailio/kamailio/commit/3f7a6240215a76e9584e34459a1fcfe…
---
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;
}
}