# HG changeset patch # User Matthew Wild # Date 1277839411 -3600 # Node ID b1ee8d3907448b541ca07fc9faac9541a5d2f273 # Parent 4d21ce9c0eb75116d5744e792b6446a05f024f92# Parent fec74b84df61288850188e02fa2c9546c39c9ecc Merge 0.7->trunk 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");