diff options
author | Matthew Wild <mwild1@gmail.com> | 2010-03-01 16:01:09 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2010-03-01 16:01:09 +0000 |
commit | 2bf7a07f9e107956e6caa8f697c263791ac18d48 (patch) | |
tree | dc17eee89dc696558bdd74157e05f371e1a516da | |
parent | 9160b51d25d756102350b7b07ee77e41c8f52484 (diff) | |
parent | 27991d0a7b03692045378f083f37bbe5b8ac4cef (diff) | |
download | prosody-2bf7a07f9e107956e6caa8f697c263791ac18d48.tar.gz prosody-2bf7a07f9e107956e6caa8f697c263791ac18d48.zip |
Merge with 0.7
-rwxr-xr-x | prosody | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -305,7 +305,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"); |