git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7136 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-01-08 05:24:49 +00:00
parent 31bb54cf27
commit f3870cb6cb
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}