aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_monitor.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-06 07:15:08 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-06 07:15:08 +0000
commitb42bd4df84aaa63b3517ecfe13141ec6c9cb1d92 (patch)
treefbe9f1cf0d6f37c8f2aa91c7284423afbb0e12d1 /res/res_monitor.c
parent16b0b362a32a0b6ee80b763ef2239115d6d1ab16 (diff)
add missing newline to warning message (bug #4183)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5591 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_monitor.c')
-rwxr-xr-xres/res_monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_monitor.c b/res/res_monitor.c
index b77514520..cff024dc9 100755
--- a/res/res_monitor.c
+++ b/res/res_monitor.c
@@ -297,7 +297,7 @@ int ast_monitor_change_fname(struct ast_channel *chan, const char *fname_base, i
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)