forked from Mirrors/freeswitch
change startup logline to info so it goes in the logs and we can see which version is running
This commit is contained in:
parent
0b479c57e5
commit
96fc5b1fc0
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user