]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add \n
authorMichael Jerris <mike@jerris.com>
Tue, 8 Jan 2008 05:24:49 +0000 (05:24 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 8 Jan 2008 05:24:49 +0000 (05:24 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7136 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/event_handlers/mod_event_socket/mod_event_socket.c

index a1d5be72c6d8c3d35dd0abaca907536a2ad54e11..3a01798c900f37778921d9d304378e35eef5918c 100644 (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;
        }