[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [flashproxy/master] Add debug message on startup.



commit ee48e7b3ec2a8bddafa29772134cafd7a2a67b4a
Author: David Fifield <david@xxxxxxxxxxxxxxx>
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 mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits