Merge with 0.7
authorMatthew Wild <mwild1@gmail.com>
Mon, 01 Mar 2010 16:01:09 +0000
changeset 2719 d9e3237ad30b
parent 2717 c5dd53b38c2f (current diff)
parent 2718 cffb2145b0f9 (diff)
child 2723 2d5ed733f324
Merge with 0.7
prosody
--- a/prosody	Thu Feb 25 21:37:59 2010 +0000
+++ b/prosody	Mon Mar 01 16:01:09 2010 +0000
@@ -305,7 +305,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");