aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2010-06-29 20:23:31 +0100
committerMatthew Wild <mwild1@gmail.com>2010-06-29 20:23:31 +0100
commite1ba231531af740addf49a82742dcd0adf1eaf1a (patch)
tree87eaf22884e4282503b75497d5ed273edca59be0 /prosody
parent6f7d557c4a9cc4bbebb309412487212479e5efef (diff)
parent5c26995dfa7270b1c3b2c3f849f2c8d9b51315f9 (diff)
downloadprosody-e1ba231531af740addf49a82742dcd0adf1eaf1a.tar.gz
prosody-e1ba231531af740addf49a82742dcd0adf1eaf1a.zip
Merge 0.7->trunk
Diffstat (limited to 'prosody')
-rwxr-xr-xprosody2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody b/prosody
index 517762f3..fd6a051c 100755
--- a/prosody
+++ b/prosody
@@ -329,7 +329,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
prosody.events.fire_event("server-starting");