Software /
code /
prosody
Changeset
2341:27584901ddb5
prosody: Report the current socket backend in use
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 08 Dec 2009 01:23:22 +0000 |
parents | 2340:b286d60cb4fc |
children | 2342:8b20702d5b9e |
files | prosody |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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");