aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2010-06-29 20:23:00 +0100
committerMatthew Wild <mwild1@gmail.com>2010-06-29 20:23:00 +0100
commit86720e0bef3dc8532e32c4c50824317ec1e7a95a (patch)
treecf859bcf2191990615d793caba0ee34a1bfd7357 /prosody
parent5394f55419896520bd65088e5e71078006478e9c (diff)
downloadprosody-86720e0bef3dc8532e32c4c50824317ec1e7a95a.tar.gz
prosody-86720e0bef3dc8532e32c4c50824317ec1e7a95a.zip
Backed out changeset 454e1cf18daf (this isn't for debugging, it's to inform the user)
Diffstat (limited to 'prosody')
-rwxr-xr-xprosody2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody b/prosody
index 0232b83b..c7f91456 100755
--- a/prosody
+++ b/prosody
@@ -331,7 +331,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");