[tor-commits] [flashproxy/master] Add debug message on startup.
dcf at torproject.org
dcf at torproject.org
Fri Jan 4 05:55:55 UTC 2013
commit ee48e7b3ec2a8bddafa29772134cafd7a2a67b4a
Author: David Fifield <david at 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);
};
More information about the tor-commits
mailing list