[Asterisk-cvs] asterisk channel.c,1.180,1.181

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


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

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

Index: channel.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channel.c,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -d -r1.180 -r1.181
--- channel.c	28 Mar 2005 20:48:24 -0000	1.180
+++ channel.c	30 Mar 2005 16:20:53 -0000	1.181
@@ -734,7 +734,7 @@
 	if (count > 100) {
 		struct ast_frame *freef, *headf;
 
-		ast_log(LOG_ERROR, "Too Many frames queued at once, flushing cache.");
+		ast_log(LOG_ERROR, "Too Many frames queued at once, flushing cache.\n");
 		headf = spy->queue[pos];
 		/* deref the queue right away so it looks empty */
 		spy->queue[pos] = NULL;




More information about the svn-commits mailing list