commit ee48e7b3ec2a8bddafa29772134cafd7a2a67b4a Author: David Fifield david@bamsoftware.com Date: Thu Jan 3 21:55:23 2013 -0800
Add debug message on startup. --- proxy/flashproxy.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/proxy/flashproxy.js b/proxy/flashproxy.js index 26fb5dd..5c8a82f 100644 --- a/proxy/flashproxy.js +++ b/proxy/flashproxy.js @@ -491,6 +491,7 @@ function FlashProxy() { return; }
+ puts("Starting; will contact facilitator in " + this.facilitator_poll_interval + " seconds."); setTimeout(this.proxy_main.bind(this), this.facilitator_poll_interval * 1000); };
tor-commits@lists.torproject.org