Module: kamailio Branch: master Commit: 7048d597b9e74d22fa32b6e5c809986089462c39 URL: https://github.com/kamailio/kamailio/commit/7048d597b9e74d22fa32b6e5c8099860...
Author: lucian balanceanu lucian.balanceanu@1and1.ro Committer: lucian balanceanu lucian.balanceanu@1and1.ro Date: 2015-05-12T14:46:50+03:00
rtpengine: decrease log level of a message
- decrease logging level for "force_send_ip_str not specified in .cfg file" to DBG
---
Modified: modules/rtpengine/rtpengine.c
---
Diff: https://github.com/kamailio/kamailio/commit/7048d597b9e74d22fa32b6e5c8099860... Patch: https://github.com/kamailio/kamailio/commit/7048d597b9e74d22fa32b6e5c8099860...
---
diff --git a/modules/rtpengine/rtpengine.c b/modules/rtpengine/rtpengine.c index bb66b7b..609ebc5 100644 --- a/modules/rtpengine/rtpengine.c +++ b/modules/rtpengine/rtpengine.c @@ -452,7 +452,7 @@ static int bind_force_send_ip(int sock_idx) break;
default: - LM_INFO("force_send_ip_str not specified in .cfg file!\n"); + LM_DBG("force_send_ip_str not specified in .cfg file!\n"); break; }