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:
@@ -598,7 +598,7 @@ static int static_realtime_cb(void *arg, int num_columns, char **values, char **
|
||||
}
|
||||
|
||||
if (!(var = ast_variable_new(values[COL_VAR_NAME], values[COL_VAR_VAL], ""))) {
|
||||
ast_log(LOG_WARNING, "Unable to allocate variable");
|
||||
ast_log(LOG_WARNING, "Unable to allocate variable\n");
|
||||
return SQLITE_ABORT;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user