diff options
author | Waqas Hussain <waqas20@gmail.com> | 2010-05-07 16:00:33 +0500 |
---|---|---|
committer | Waqas Hussain <waqas20@gmail.com> | 2010-05-07 16:00:33 +0500 |
commit | 5394f55419896520bd65088e5e71078006478e9c (patch) | |
tree | f05d196fa968c4482ae9faf66d108af322116c97 /prosody | |
parent | 9c6d61718a10ced453e73639566785ae292b0b47 (diff) | |
download | prosody-5394f55419896520bd65088e5e71078006478e9c.tar.gz prosody-5394f55419896520bd65088e5e71078006478e9c.zip |
prosody: Lowered log level for a log message.
Diffstat (limited to 'prosody')
-rwxr-xr-x | prosody | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |