From 162e9872636d2d884f7ad4caac84315a051266f2 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Tue, 8 Dec 2009 01:23:22 +0000 Subject: prosody: Report the current socket backend in use --- prosody | 1 + 1 file changed, 1 insertion(+) (limited to 'prosody') 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"); -- cgit v1.2.3