# HG changeset patch # User Matthew Wild # Date 1260235402 0 # Node ID 27584901ddb5c3ee83bb2102b11c5259553c963d # Parent b286d60cb4fc371772e970cdc15a70dbd07708fc prosody: Report the current socket backend in use diff -r b286d60cb4fc -r 27584901ddb5 prosody --- a/prosody Tue Dec 08 01:22:54 2009 +0000 +++ b/prosody Tue Dec 08 01:23:22 2009 +0000 @@ -279,6 +279,7 @@ end function prepare_to_start() + log("debug", "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");