Changeset

2719:d9e3237ad30b

Merge with 0.7
author Matthew Wild <mwild1@gmail.com>
date Mon, 01 Mar 2010 16:01:09 +0000
parents 2717:c5dd53b38c2f (current diff) 2718:cffb2145b0f9 (diff)
children 2723:2d5ed733f324
files prosody
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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");