[flashproxy/rtmfp] Put the resolved relay address at the top of the facilitator log.

10 Jun
2011
10 Jun
'11
1:59 p.m.
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")
5092
Age (days ago)
5092
Last active (days ago)
0 comments
1 participants
participants (1)
-
dcf@torproject.org