[Asterisk-cvs] asterisk/res res_monitor.c,1.32,1.33
russell at lists.digium.com
russell at lists.digium.com
Fri May 6 03:08:18 CDT 2005
Update of /usr/cvsroot/asterisk/res
In directory mongoose.digium.com:/tmp/cvs-serv29231/res
Modified Files:
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.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- res_monitor.c 21 Apr 2005 06:02:44 -0000 1.32
+++ res_monitor.c 6 May 2005 07:15:08 -0000 1.33
@@ -297,7 +297,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