]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
change startup logline to info so it goes in the logs and we can see which version...
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 20 Jan 2014 18:13:50 +0000 (23:13 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 20 Jan 2014 18:13:59 +0000 (23:13 +0500)
src/switch_core.c

index 5871dbfebdd7eeef1ecadf50f06344d604026134..137bf0babad994406b88269865d9ebe8815bc06a 100644 (file)
@@ -2139,7 +2139,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_init_and_modload(switch_core_flag_t
 #endif
 
 
-       switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CONSOLE,
+       switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO,
                                          "\nFreeSWITCH Version %s (%s)\n\nFreeSWITCH Started\nMax Sessions [%u]\nSession Rate [%d]\nSQL [%s]\n",
                                          switch_version_full(), switch_version_revision_human(),
                                          switch_core_session_limit(0),