[tor-commits] [flashproxy/rtmfp] Put the resolved relay address at the top of the facilitator log.
dcf at torproject.org
dcf at torproject.org
Fri Jun 10 13:59:55 UTC 2011
commit 62049e7cb19cf014b29c6e78b9e1b67c2f3c1c5f
Author: David Fifield <david at 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")
More information about the tor-commits
mailing list