# HG changeset patch # User Waqas Hussain # Date 1273230033 -18000 # Node ID 454e1cf18daf3d6968375eb7ec8a2ca8e36bdfa5 # Parent 6b2e4b5817170a7cb01480084991a813af3fdb1c prosody: Lowered log level for a log message. diff -r 6b2e4b581717 -r 454e1cf18daf prosody --- a/prosody Thu May 06 16:25:40 2010 +0500 +++ b/prosody Fri May 07 16:00:33 2010 +0500 @@ -331,7 +331,7 @@ end function prepare_to_start() - log("info", "Prosody is using the %s backend for connection handling", server.get_backend()); + 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");