From 96fc5b1fc0fdab17a87f693e8bcc9d610333634b Mon Sep 17 00:00:00 2001
From: Anthony Minessale <anthm@freeswitch.org>
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 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),