diff -r 4e4a24a1288d -r cffb2145b0f9 prosody --- a/prosody Thu Feb 25 18:25:17 2010 +0000 +++ b/prosody Sat Feb 27 19:46:04 2010 +0000 @@ -308,7 +308,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");