diff prosody @ 2718:cffb2145b0f9

prosody: Bump log message describing current connection backend to level 'info'
author Matthew Wild <mwild1@gmail.com>
date Sat, 27 Feb 2010 19:46:04 +0000
parents 96db2eed2af9
children d9e3237ad30b 692b3c6c5bd2
line wrap: on
line diff
--- 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");