[sr-dev] git:master: modules/rtpproxy: removed LM_DBG that caused compiler warnings

Juha Heinanen jh at tutpro.com
Mon Jan 7 21:00:31 CET 2013


Module: sip-router
Branch: master
Commit: 2aa85480330e368154e2d1c407380ba06f66d3f5
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2aa85480330e368154e2d1c407380ba06f66d3f5

Author: Juha Heinanen <jh at tutpro.com>
Committer: Juha Heinanen <jh at tutpro.com>
Date:   Mon Jan  7 21:59:18 2013 +0200

modules/rtpproxy: removed LM_DBG that caused compiler warnings

---

 modules/rtpproxy/rtpproxy.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/modules/rtpproxy/rtpproxy.c b/modules/rtpproxy/rtpproxy.c
index 401c2bb..124118b 100644
--- a/modules/rtpproxy/rtpproxy.c
+++ b/modules/rtpproxy/rtpproxy.c
@@ -1464,8 +1464,6 @@ insert_candidates(struct sip_msg *msg, char *where, str *ip, unsigned int port,
     append_str(at, rtp_port.s, rtp_port.len);
     append_str(at, " typ relay\r\n", 12);
 
-    LM_DBG("inserting '%.*s'\n", at - buf, buf);
-
     anchor = anchor_lump(msg, where - msg->buf, 0, 0);
     if (anchor == 0) {
 	LOG(L_ERR, "insert_candidates: can't get anchor\n");




More information about the sr-dev mailing list