Changeset

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 2716:4e4a24a1288d
children 2719:d9e3237ad30b 2721:cf97b85c27b5
files prosody
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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");