From a485f44022c1e52270244b7bc93efabb4a760be2 Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Fri, 6 Apr 2012 18:19:03 +0000 Subject: Add missing newlines to CLI logging ........ Merged revisions 361471 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 361472 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@361476 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- funcs/func_strings.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'funcs/func_strings.c') diff --git a/funcs/func_strings.c b/funcs/func_strings.c index 18de20226..5bf687b52 100644 --- a/funcs/func_strings.c +++ b/funcs/func_strings.c @@ -1228,7 +1228,7 @@ static int quote(struct ast_channel *chan, const char *cmd, char *data, char *bu char *bufptr = buf, *dataptr = data; if (len < 3){ /* at least two for quotes and one for binary zero */ - ast_log(LOG_ERROR, "Not enough buffer"); + ast_log(LOG_ERROR, "Not enough buffer\n"); return -1; } @@ -1267,7 +1267,7 @@ static int csv_quote(struct ast_channel *chan, const char *cmd, char *data, char char *bufptr = buf, *dataptr = data; if (len < 3) { /* at least two for quotes and one for binary zero */ - ast_log(LOG_ERROR, "Not enough buffer"); + ast_log(LOG_ERROR, "Not enough buffer\n"); return -1; } -- cgit v1.2.3