[tor-commits] [flashproxy/master] Small style change.

dcf at torproject.org dcf at torproject.org
Wed Jul 31 00:19:47 UTC 2013


commit 90b2aefb4bcfea6904dd95900436f957873a4157
Author: David Fifield <david at bamsoftware.com>
Date:   Tue Jul 30 16:34:36 2013 -0700

    Small style change.
---
 proxy/flashproxy.js |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/proxy/flashproxy.js b/proxy/flashproxy.js
index 248e0e2..cb36247 100644
--- a/proxy/flashproxy.js
+++ b/proxy/flashproxy.js
@@ -584,9 +584,10 @@ function FlashProxy() {
 
         /* Remove query string if scrubbing. */
         if (SAFE_LOGGING)
-            url = base_url;
+            puts("Facilitator: connecting to " + base_url + ".");
+        else
+            puts("Facilitator: connecting to " + url + ".");
 
-        puts("Facilitator: connecting to " + url + ".");
         xhr.send(null);
     };
 





More information about the tor-commits mailing list