[sr-dev] git:master:7048d597: rtpengine: decrease log level of a message

lucian balanceanu lucian.balanceanu at 1and1.ro
Tue May 12 13:59:38 CEST 2015


Module: kamailio
Branch: master
Commit: 7048d597b9e74d22fa32b6e5c809986089462c39
URL: https://github.com/kamailio/kamailio/commit/7048d597b9e74d22fa32b6e5c809986089462c39

Author: lucian balanceanu <lucian.balanceanu at 1and1.ro>
Committer: lucian balanceanu <lucian.balanceanu at 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/7048d597b9e74d22fa32b6e5c809986089462c39.diff
Patch: https://github.com/kamailio/kamailio/commit/7048d597b9e74d22fa32b6e5c809986089462c39.patch

---

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;
 	}
 




More information about the sr-dev mailing list