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

anthm at lists.digium.com anthm at lists.digium.com
Wed Mar 30 10:27:18 CST 2005


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

Modified Files:
	chan_sip.c 
Log Message:
add missing newlines

Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.698
retrieving revision 1.699
diff -u -d -r1.698 -r1.699
--- chan_sip.c	28 Mar 2005 20:48:24 -0000	1.698
+++ chan_sip.c	30 Mar 2005 16:20:53 -0000	1.699
@@ -9594,7 +9594,7 @@
                 realm++;
         }
         if (!username || ast_strlen_zero(username) || !realm || ast_strlen_zero(realm)) {
-                ast_log(LOG_WARNING, "Format for authentication entry is user[:secret]@realm at line %d", lineno);
+                ast_log(LOG_WARNING, "Format for authentication entry is user[:secret]@realm at line %d\n", lineno);
                 return (authlist);
         }
         stringp = username;




More information about the svn-commits mailing list