git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@312 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-01-09 22:06:01 +00:00
parent 4133798aa0
commit 21baa6630b
1 changed files with 1 additions and 1 deletions

View 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")) {