prosody: Lowered log level for a log message.

Fri, 07 May 2010 16:00:33 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Fri, 07 May 2010 16:00:33 +0500
changeset 3023
454e1cf18daf
parent 3019
6b2e4b581717
child 3024
9c74785c6351
child 3303
79ae027a3c09

prosody: Lowered log level for a log message.

prosody file | annotate | diff | comparison | revisions
--- 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");

mercurial