[Asterisk-cvs] asterisk/channels chan_sip.c,1.699,1.700

anthm at lists.digium.com anthm at lists.digium.com
Wed Mar 30 10:34:53 CST 2005


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

Modified Files:
	chan_sip.c 
Log Message:
add missing newlines (part2)

Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.699
retrieving revision 1.700
diff -u -d -r1.699 -r1.700
--- chan_sip.c	30 Mar 2005 16:20:53 -0000	1.699
+++ chan_sip.c	30 Mar 2005 16:28:28 -0000	1.700
@@ -2646,7 +2646,7 @@
 		hostname++;
 	}
 	if (!username || ast_strlen_zero(username) || !hostname || ast_strlen_zero(hostname)) {
-		ast_log(LOG_WARNING, "Format for registration is user[:secret[:authuser]]@host[:port][/contact] at line %d", lineno);
+		ast_log(LOG_WARNING, "Format for registration is user[:secret[:authuser]]@host[:port][/contact] at line %d\n", lineno);
 		return -1;
 	}
 	stringp=username;




More information about the svn-commits mailing list