From e5677c0da57aaa5e45fb92a3f352e1da316be33d Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 20 Jan 2014 23:13:50 +0500 Subject: [PATCH] change startup logline to info so it goes in the logs and we can see which version is running --- src/switch_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_core.c b/src/switch_core.c index b2a07f0c5f..612256b942 100644 --- a/src/switch_core.c +++ b/src/switch_core.c @@ -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),