Index: res/res_monitor.c =================================================================== RCS file: /usr/cvsroot/asterisk/res/res_monitor.c,v retrieving revision 1.32 diff -u -r1.32 res_monitor.c --- res/res_monitor.c 21 Apr 2005 06:02:44 -0000 1.32 +++ res/res_monitor.c 5 May 2005 19:02:46 -0000 @@ -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)