Mercurial > prosody-hg
diff prosody @ 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 | 9eb20b3f3bbb |
| children | f5c8f727b2a9 |
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");
