From a48ff1105b855568c213ed85de51e324b637db58 Mon Sep 17 00:00:00 2001 From: Brian West Date: Mon, 1 Sep 2008 04:46:56 +0000 Subject: [PATCH] hrm its FreeSWITCH git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9391 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {