From 27991d0a7b03692045378f083f37bbe5b8ac4cef Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sat, 27 Feb 2010 19:46:04 +0000 Subject: prosody: Bump log message describing current connection backend to level 'info' --- prosody | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prosody') diff --git a/prosody b/prosody index 49580bd9..b13369a9 100755 --- a/prosody +++ b/prosody @@ -308,7 +308,7 @@ function init_data_store() end function prepare_to_start() - log("debug", "Prosody is using the %s backend for connection handling", server.get_backend()); + log("info", "Prosody is using the %s backend for connection handling", server.get_backend()); -- Signal to modules that we are ready to start eventmanager.fire_event("server-starting"); prosody.events.fire_event("server-starting"); -- cgit v1.2.3