diff options
author | Matthew Wild <mwild1@gmail.com> | 2010-06-29 20:23:00 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2010-06-29 20:23:00 +0100 |
commit | 86720e0bef3dc8532e32c4c50824317ec1e7a95a (patch) | |
tree | cf859bcf2191990615d793caba0ee34a1bfd7357 | |
parent | 5394f55419896520bd65088e5e71078006478e9c (diff) | |
download | prosody-86720e0bef3dc8532e32c4c50824317ec1e7a95a.tar.gz prosody-86720e0bef3dc8532e32c4c50824317ec1e7a95a.zip |
Backed out changeset 454e1cf18daf (this isn't for debugging, it's to inform the user)
-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("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"); |