commit 62049e7cb19cf014b29c6e78b9e1b67c2f3c1c5f Author: David Fifield david@bamsoftware.com Date: Fri Jun 10 03:42:49 2011 -0700
Put the resolved relay address at the top of the facilitator log. --- facilitator.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/facilitator.py b/facilitator.py index be7543a..7fc9484 100755 --- a/facilitator.py +++ b/facilitator.py @@ -345,6 +345,7 @@ class Server(SocketServer.ThreadingMixIn, BaseHTTPServer.HTTPServer): server = Server(addrinfo[4], Handler)
log(u"start on %s" % format_addr(addrinfo[4])) +log(u"using relay address %s" % options.relay_spec)
if options.daemonize: log(u"daemonizing")