]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 9 Jan 2006 22:06:01 +0000 (22:06 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 9 Jan 2006 22:06:01 +0000 (22:06 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@312 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_console.c

index f826306a23e91b48699d8f6717871a988b077ee3..b5c381b1ab916a6ab67bbde246e2c43cd65511cb 100644 (file)
@@ -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")) {