util.stanza: Fixed nil global accesses.
[prosody.git] / prosody
diff --git a/prosody b/prosody
index 47b042d3953f1078a14f634b2023c688aba627c2..4b016e504e3d9c60c60670704027c2ba8f6f974e 100755 (executable)
--- a/prosody
+++ b/prosody
@@ -305,7 +305,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");