# HG changeset patch # User Matthew Wild # Date 1267299964 0 # Node ID cffb2145b0f939c50edacde50167d0ddc420d4ed # Parent 4e4a24a1288d06f438df152b9309cd9ae7a3cb60 prosody: Bump log message describing current connection backend to level 'info' 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");