[tor-commits] [flashproxy/master] Poll interval message.

dcf at torproject.org dcf at torproject.org
Sat Mar 2 09:22:14 UTC 2013


commit df1b155e7d1f10b90335bb2e5bf211e108e844fe
Author: David Fifield <david at bamsoftware.com>
Date:   Sat Mar 2 00:56:33 2013 -0800

    Poll interval message.
---
 proxy/flashproxy.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/proxy/flashproxy.js b/proxy/flashproxy.js
index 6cb7b48..67f0f43 100644
--- a/proxy/flashproxy.js
+++ b/proxy/flashproxy.js
@@ -564,7 +564,7 @@ function FlashProxy() {
             }
         }
 
-        puts("Polling interval: " + repr(poll_interval) + ".");
+        puts("Next check in " + repr(poll_interval) + " seconds.");
         setTimeout(this.proxy_main.bind(this), poll_interval * 1000);
 
         if (!response.client) {





More information about the tor-commits mailing list