From f3870cb6cb693fff6ab834e6d040acab08ea7f34 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 8 Jan 2008 05:24:49 +0000 Subject: [PATCH] add \n 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/event_handlers/mod_event_socket/mod_event_socket.c b/src/mod/event_handlers/mod_event_socket/mod_event_socket.c index a1d5be72c6..3a01798c90 100644 --- a/src/mod/event_handlers/mod_event_socket/mod_event_socket.c +++ b/src/mod/event_handlers/mod_event_socket/mod_event_socket.c @@ -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; }