Backed out changeset 454e1cf18daf (this isn't for debugging, it's to inform the user)
authorMatthew Wild <mwild1@gmail.com>
Tue, 29 Jun 2010 19:23:00 +0000 (20:23 +0100)
committerMatthew Wild <mwild1@gmail.com>
Tue, 29 Jun 2010 19:23:00 +0000 (20:23 +0100)
prosody

diff --git a/prosody b/prosody
index 0232b83b704a81ef90992c0e551835135d985de4..c7f91456d7d66f3f27b7ad16e7591bc942a76d58 100755 (executable)
--- 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");