# HG changeset patch # User Matthew Wild # Date 1267459269 0 # Node ID d9e3237ad30b1b287959e2243e798b702d828a5c # Parent c5dd53b38c2f7fe0c5f331789cfb366128d289b5# Parent cffb2145b0f939c50edacde50167d0ddc420d4ed Merge with 0.7 diff -r c5dd53b38c2f -r d9e3237ad30b prosody --- a/prosody Thu Feb 25 21:37:59 2010 +0000 +++ b/prosody Mon Mar 01 16:01:09 2010 +0000 @@ -305,7 +305,7 @@ 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");