[Asterisk-cvs] asterisk/res res_monitor.c,1.21.2.4,1.21.2.5

russell at lists.digium.com russell at lists.digium.com
Fri May 6 03:10:27 CDT 2005


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

Modified Files:
      Tag: v1-0
	res_monitor.c 
Log Message:
add missing newline to warning message (bug #4183)


Index: res_monitor.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_monitor.c,v
retrieving revision 1.21.2.4
retrieving revision 1.21.2.5
diff -u -d -r1.21.2.4 -r1.21.2.5
--- res_monitor.c	26 Feb 2005 18:23:18 -0000	1.21.2.4
+++ res_monitor.c	6 May 2005 07:17:17 -0000	1.21.2.5
@@ -292,7 +292,7 @@
 
 		snprintf(chan->monitor->filename_base, FILENAME_MAX, "%s/%s", directory ? "" : AST_MONITOR_DIR, fname_base);
 	} else {
-		ast_log(LOG_WARNING, "Cannot change monitor filename of channel %s to %s, monitoring not started", chan->name, fname_base);
+		ast_log(LOG_WARNING, "Cannot change monitor filename of channel %s to %s, monitoring not started\n", chan->name, fname_base);
 	}
 
 	if (need_lock)




More information about the svn-commits mailing list