From 21baa6630b094f48ad2dcd90455e2d6b42719847 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 9 Jan 2006 22:06:01 +0000 Subject: [PATCH] update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@312 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 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")) {