[Asterisk-cvs] asterisk/channels chan_sip.c,1.272,1.273

jeremy at lists.digium.com jeremy at lists.digium.com
Mon Jan 12 15:46:06 CST 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv20349

Modified Files:
	chan_sip.c 
Log Message:
clean up sip debug output. Bug #674


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -d -r1.272 -r1.273
--- chan_sip.c	12 Jan 2004 19:34:40 -0000	1.272
+++ chan_sip.c	12 Jan 2004 21:37:50 -0000	1.273
@@ -5436,7 +5436,7 @@
 	req.data[res] = '\0';
 	req.len = res;
 	if (sipdebug)
-		ast_verbose("Sip read: \n%s\n", req.data);
+		ast_verbose("\n\nSip read: \n%s\n", req.data);
 	parse(&req);
 	if (req.headers < 2) {
 		/* Must have at least two headers */




More information about the svn-commits mailing list