diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-12-08 01:23:22 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-12-08 01:23:22 +0000 |
commit | 162e9872636d2d884f7ad4caac84315a051266f2 (patch) | |
tree | cf1eb7e4e2af7390ceb2ad1021b7676a51cf0b20 | |
parent | 997f8c16d684708277322413efd48fb2c7434bcc (diff) | |
download | prosody-162e9872636d2d884f7ad4caac84315a051266f2.tar.gz prosody-162e9872636d2d884f7ad4caac84315a051266f2.zip |
prosody: Report the current socket backend in use
-rwxr-xr-x | prosody | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -279,6 +279,7 @@ function init_data_store() end function prepare_to_start() + 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"); |