change startup logline to info so it goes in the logs and we can see which version is running

This commit is contained in:
Anthony Minessale 2014-01-20 23:13:50 +05:00
parent 0b479c57e5
commit 96fc5b1fc0
1 changed files with 1 additions and 1 deletions

View 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),