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

Author: Juha Heinanen <[email protected]>
Committer: Juha Heinanen <[email protected]>
Date:   Wed Dec  7 09:16:20 2011 +0200

modules_k/msilo: removed debug statement

---

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

diff --git a/modules_k/msilo/msilo.c b/modules_k/msilo/msilo.c
index 689b81a..e849fc7 100644
--- a/modules_k/msilo/msilo.c
+++ b/modules_k/msilo/msilo.c
@@ -539,8 +539,6 @@ static int get_non_mandatory_headers(struct sip_msg *msg, 
char *buf, int buf_len
                    return -1;
                }
                memcpy(buf, avp_value.s.s, avp_value.s.len);
-               LM_INFO("copied '%.*s' to buf\n", avp_value.s.len,
-                       avp_value.s.s);
                return avp_value.s.len;
            }
        }


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to