aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2010-02-27 19:46:04 +0000
committerMatthew Wild <mwild1@gmail.com>2010-02-27 19:46:04 +0000
commit27991d0a7b03692045378f083f37bbe5b8ac4cef (patch)
tree7b41c07d0dcb1273c8d5c0241ec10b523955c578 /prosody
parent29d4e6789526ce6edd26d26f12aef3388635cd36 (diff)
downloadprosody-27991d0a7b03692045378f083f37bbe5b8ac4cef.tar.gz
prosody-27991d0a7b03692045378f083f37bbe5b8ac4cef.zip
prosody: Bump log message describing current connection backend to level 'info'
Diffstat (limited to 'prosody')
-rwxr-xr-xprosody2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody b/prosody
index 49580bd9..b13369a9 100755
--- a/prosody
+++ b/prosody
@@ -308,7 +308,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");