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");