From: Anthony Minessale Date: Mon, 9 Jan 2006 22:06:01 +0000 (+0000) Subject: update X-Git-Tag: v1.0-beta1~3410 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21baa6630b094f48ad2dcd90455e2d6b42719847;p=thirdparty%2Ffreeswitch.git update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@312 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_console.c b/src/switch_console.c index f826306a23..b5c381b1ab 100644 --- a/src/switch_console.c +++ b/src/switch_console.c @@ -47,7 +47,7 @@ static int switch_console_process(char *cmd) return 0; } if (!strcmp(cmd, "version")) { - switch_console_printf(SWITCH_CHANNEL_CONSOLE, "Version %s\n", SWITCH_VERSION_FULL); + switch_console_printf(SWITCH_CHANNEL_CONSOLE_CLEAN, "FreeSwitch Version %s\n", SWITCH_VERSION_FULL); return 1; } if (!strcmp(cmd, "help")) {