mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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
This commit is contained in:
@@ -97,7 +97,7 @@ static int icesencode(char *filename, int fd)
|
||||
execl(path_BIN "ices2", "ices", filename, SENTINEL);
|
||||
execlp("ices2", "ices", filename, SENTINEL);
|
||||
|
||||
ast_debug(1, "Couldn't find ices version 2, attempting to use ices version 1.");
|
||||
ast_debug(1, "Couldn't find ices version 2, attempting to use ices version 1.\n");
|
||||
|
||||
execl(path_LOCAL "ices", "ices", filename, SENTINEL);
|
||||
execl(path_BIN "ices", "ices", filename, SENTINEL);
|
||||
|
Reference in New Issue
Block a user