From: Anthony Minessale Date: Mon, 20 Jan 2014 18:13:50 +0000 (+0500) Subject: change startup logline to info so it goes in the logs and we can see which version... X-Git-Tag: v1.5.8~25^2~327 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96fc5b1fc0fdab17a87f693e8bcc9d610333634b;p=thirdparty%2Ffreeswitch.git change startup logline to info so it goes in the logs and we can see which version is running --- diff --git a/src/switch_core.c b/src/switch_core.c index 5871dbfebd..137bf0baba 100644 --- a/src/switch_core.c +++ b/src/switch_core.c @@ -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),