add \n
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7136 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
31bb54cf27
commit
f3870cb6cb
|
@ -538,7 +538,7 @@ static void *SWITCH_THREAD_FUNC api_exec(switch_thread_t * thread, void *obj)
|
|||
if ((status = switch_api_execute(acs->api_cmd, acs->arg, NULL, &stream)) == SWITCH_STATUS_SUCCESS) {
|
||||
reply = stream.data;
|
||||
} else {
|
||||
freply = switch_mprintf("%s: Command not found!", acs->api_cmd);
|
||||
freply = switch_mprintf("%s: Command not found!\n", acs->api_cmd);
|
||||
reply = freply;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue