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)

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to