diff options
author | Matthew Wild <mwild1@gmail.com> | 2010-06-29 20:23:11 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2010-06-29 20:23:11 +0100 |
commit | 5c26995dfa7270b1c3b2c3f849f2c8d9b51315f9 (patch) | |
tree | e4c54190a336609294d3b1bced7bf383dfc1f178 /prosody | |
parent | 5a862cb1afc932a2a72b4f569024dd5aaddcc6b8 (diff) | |
parent | 86720e0bef3dc8532e32c4c50824317ec1e7a95a (diff) | |
download | prosody-5c26995dfa7270b1c3b2c3f849f2c8d9b51315f9.tar.gz prosody-5c26995dfa7270b1c3b2c3f849f2c8d9b51315f9.zip |
Merge backout
Diffstat (limited to 'prosody')
-rwxr-xr-x | prosody | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -335,7 +335,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"); |