aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2010-03-01 16:01:09 +0000
committerMatthew Wild <mwild1@gmail.com>2010-03-01 16:01:09 +0000
commit2bf7a07f9e107956e6caa8f697c263791ac18d48 (patch)
treedc17eee89dc696558bdd74157e05f371e1a516da /prosody
parent9160b51d25d756102350b7b07ee77e41c8f52484 (diff)
parent27991d0a7b03692045378f083f37bbe5b8ac4cef (diff)
downloadprosody-2bf7a07f9e107956e6caa8f697c263791ac18d48.tar.gz
prosody-2bf7a07f9e107956e6caa8f697c263791ac18d48.zip
Merge with 0.7
Diffstat (limited to 'prosody')
-rwxr-xr-xprosody2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody b/prosody
index 47b042d3..4b016e50 100755
--- a/prosody
+++ b/prosody
@@ -305,7 +305,7 @@ function init_data_store()
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");