Changeset

3305:b1ee8d390744

Merge 0.7->trunk
author Matthew Wild <mwild1@gmail.com>
date Tue, 29 Jun 2010 20:23:31 +0100
parents 3302:4d21ce9c0eb7 (current diff) 3304:fec74b84df61 (diff)
children 3306:59d56fd49e38
files prosody
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/prosody	Tue Jun 29 20:21:17 2010 +0100
+++ b/prosody	Tue Jun 29 20:23:31 2010 +0100
@@ -329,7 +329,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
 	prosody.events.fire_event("server-starting");