From 86720e0bef3dc8532e32c4c50824317ec1e7a95a Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Tue, 29 Jun 2010 20:23:00 +0100 Subject: Backed out changeset 454e1cf18daf (this isn't for debugging, it's to inform the user) --- prosody | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prosody') diff --git a/prosody b/prosody index 0232b83b..c7f91456 100755 --- a/prosody +++ b/prosody @@ -331,7 +331,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