diff -r 4d21ce9c0eb7 -r b1ee8d390744 prosody --- a/prosody Tue Jun 29 20:21:17 2010 +0100 +++ b/prosody Tue Jun 29 20:23:31 2010 +0100 @@ -329,7 +329,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 prosody.events.fire_event("server-starting");