aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-12-08 01:23:22 +0000
committerMatthew Wild <mwild1@gmail.com>2009-12-08 01:23:22 +0000
commit162e9872636d2d884f7ad4caac84315a051266f2 (patch)
treecf1eb7e4e2af7390ceb2ad1021b7676a51cf0b20 /prosody
parent997f8c16d684708277322413efd48fb2c7434bcc (diff)
downloadprosody-162e9872636d2d884f7ad4caac84315a051266f2.tar.gz
prosody-162e9872636d2d884f7ad4caac84315a051266f2.zip
prosody: Report the current socket backend in use
Diffstat (limited to 'prosody')
-rwxr-xr-xprosody1
1 files changed, 1 insertions, 0 deletions
diff --git a/prosody b/prosody
index 968a5f54..90ac3adb 100755
--- a/prosody
+++ b/prosody
@@ -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");