From: Brian West Date: Mon, 1 Sep 2008 04:46:56 +0000 (+0000) Subject: hrm its FreeSWITCH X-Git-Tag: v1.0.2~1352 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a48ff1105b855568c213ed85de51e324b637db58;p=thirdparty%2Ffreeswitch.git hrm its FreeSWITCH git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9391 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_console.c b/src/switch_console.c index 879e834b41..a11bc18325 100644 --- a/src/switch_console.c +++ b/src/switch_console.c @@ -222,7 +222,7 @@ static int switch_console_process(char *cmd, int rec) return 0; } if (!strcmp(cmd, "version")) { - switch_log_printf(SWITCH_CHANNEL_LOG_CLEAN, SWITCH_LOG_CONSOLE, "FreeSwitch Version %s\n", SWITCH_VERSION_FULL); + switch_log_printf(SWITCH_CHANNEL_LOG_CLEAN, SWITCH_LOG_CONSOLE, "FreeSWITCH Version %s\n", SWITCH_VERSION_FULL); return 1; } if ((arg = strchr(cmd, '\r')) != 0 || (arg = strchr(cmd, '\n')) != 0) {