[Asterisk-cvs] asterisk/channels chan_mgcp.c,1.84,1.85

markster at lists.digium.com markster at lists.digium.com
Sun Oct 10 23:35:59 CDT 2004


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

Modified Files:
	chan_mgcp.c 
Log Message:
Add missing carriage return (bug #2595)


Index: chan_mgcp.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_mgcp.c,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- chan_mgcp.c	6 Oct 2004 15:52:01 -0000	1.84
+++ chan_mgcp.c	11 Oct 2004 03:36:43 -0000	1.85
@@ -3154,7 +3154,7 @@
 	req.data[res] = '\0';
 	req.len = res;
 	if (mgcpdebug) {
-		ast_verbose("MGCP read: \n%s\nfrom %s:%d", req.data, ast_inet_ntoa(iabuf, sizeof(iabuf), sin.sin_addr), ntohs(sin.sin_port));
+		ast_verbose("MGCP read: \n%s\nfrom %s:%d\n", req.data, ast_inet_ntoa(iabuf, sizeof(iabuf), sin.sin_addr), ntohs(sin.sin_port));
     }
 	parse(&req);
 	if (req.headers < 1) {




More information about the svn-commits mailing list