aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
diff options
context:
space:
mode:
authorWaqas Hussain <waqas20@gmail.com>2010-05-07 16:00:33 +0500
committerWaqas Hussain <waqas20@gmail.com>2010-05-07 16:00:33 +0500
commit5394f55419896520bd65088e5e71078006478e9c (patch)
treef05d196fa968c4482ae9faf66d108af322116c97 /prosody
parent9c6d61718a10ced453e73639566785ae292b0b47 (diff)
downloadprosody-5394f55419896520bd65088e5e71078006478e9c.tar.gz
prosody-5394f55419896520bd65088e5e71078006478e9c.zip
prosody: Lowered log level for a log message.
Diffstat (limited to 'prosody')
-rwxr-xr-xprosody2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody b/prosody
index c7f91456..0232b83b 100755
--- a/prosody
+++ b/prosody
@@ -331,7 +331,7 @@ function init_data_store()
end
function prepare_to_start()
- log("info", "Prosody is using the %s backend for connection handling", server.get_backend());
+ log("debug", "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");