prosody: Bump log message describing current connection backend to level 'info'

Sat, 27 Feb 2010 19:46:04 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Sat, 27 Feb 2010 19:46:04 +0000
changeset 2718
cffb2145b0f9
parent 2716
4e4a24a1288d
child 2719
d9e3237ad30b
child 2721
cf97b85c27b5

prosody: Bump log message describing current connection backend to level 'info'

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

mercurial