hrm its FreeSWITCH

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9391 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-09-01 04:46:56 +00:00
parent 8cb6068aba
commit a48ff1105b
1 changed files with 1 additions and 1 deletions

View File

@ -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) {