mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-08 23:50:21 +00:00
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
3d3ad20673
commit
e5677c0da5
@ -2114,7 +2114,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…
x
Reference in New Issue
Block a user