Module: sip-router
Branch: master
Commit: 2aa85480330e368154e2d1c407380ba06f66d3f5
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2aa8548…
Author: Juha Heinanen <jh(a)tutpro.com>
Committer: Juha Heinanen <jh(a)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");