mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 17:22:21 +00:00
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) {
|
if ((status = switch_api_execute(acs->api_cmd, acs->arg, NULL, &stream)) == SWITCH_STATUS_SUCCESS) {
|
||||||
reply = stream.data;
|
reply = stream.data;
|
||||||
} else {
|
} else {
|
||||||
freply = switch_mprintf("%s: Command not found!", acs->api_cmd);
|
freply = switch_mprintf("%s: Command not found!\n", acs->api_cmd);
|
||||||
reply = freply;
|
reply = freply;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user