]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
hrm its FreeSWITCH
authorBrian West <brian@freeswitch.org>
Mon, 1 Sep 2008 04:46:56 +0000 (04:46 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 1 Sep 2008 04:46:56 +0000 (04:46 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9391 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_console.c

index 879e834b41147b5fd9a53483f6cafffdaa350eab..a11bc183250cec28a3174032881a61ed4b916d53 100644 (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) {