prosody: Report the current socket backend in use

Tue, 08 Dec 2009 01:23:22 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 08 Dec 2009 01:23:22 +0000
changeset 2341
27584901ddb5
parent 2340
b286d60cb4fc
child 2342
8b20702d5b9e

prosody: Report the current socket backend in use

prosody file | annotate | diff | comparison | revisions
--- a/prosody	Tue Dec 08 01:22:54 2009 +0000
+++ b/prosody	Tue Dec 08 01:23:22 2009 +0000
@@ -279,6 +279,7 @@
 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");

mercurial