From: Mathieu Rene Date: Thu, 21 Jan 2010 02:36:28 +0000 (+0000) Subject: FSCORE-530 X-Git-Tag: v1.0.6~658 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e6bb3a47ecd036c69abdedc9a047d4b010cfc09;p=thirdparty%2Ffreeswitch.git FSCORE-530 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16428 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/esl/fs_cli.c b/libs/esl/fs_cli.c index d200519142..3edb377b7a 100644 --- a/libs/esl/fs_cli.c +++ b/libs/esl/fs_cli.c @@ -705,7 +705,7 @@ static int process_command(esl_handle_t *handle, const char *cmd) snprintf(cmd_str, sizeof(cmd_str), "api %s\nconsole_execute: true\n\n", cmd); if (esl_send_recv(handle, cmd_str)) { - printf("Socket Interrupted, bye!\n"); + printf("Socket interrupted, bye!\n"); return 1; } if (handle->last_sr_event) {