diff options
author | Matthew Wild <mwild1@gmail.com> | 2010-02-27 19:46:04 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2010-02-27 19:46:04 +0000 |
commit | 27991d0a7b03692045378f083f37bbe5b8ac4cef (patch) | |
tree | 7b41c07d0dcb1273c8d5c0241ec10b523955c578 /prosody | |
parent | 29d4e6789526ce6edd26d26f12aef3388635cd36 (diff) | |
download | prosody-27991d0a7b03692045378f083f37bbe5b8ac4cef.tar.gz prosody-27991d0a7b03692045378f083f37bbe5b8ac4cef.zip |
prosody: Bump log message describing current connection backend to level 'info'
Diffstat (limited to 'prosody')
-rwxr-xr-x | prosody | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |