[tor-commits] [flashproxy/master] Show the debug window output always in client mode.

dcf at torproject.org dcf at torproject.org
Sun Jun 12 08:56:31 UTC 2011


commit 67ac951f4b75983d1329edab7ab781f0caafd28c
Author: David Fifield <david at bamsoftware.com>
Date:   Sun Jun 12 01:24:53 2011 -0700

    Show the debug window output always in client mode.
---
 swfcat.as |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/swfcat.as b/swfcat.as
index 27752e9..9739419 100644
--- a/swfcat.as
+++ b/swfcat.as
@@ -96,7 +96,7 @@ package
 
             puts("Parameters loaded.");
 
-            if (this.loaderInfo.parameters["debug"])
+            if (this.loaderInfo.parameters["debug"] || this.loaderInfo.parameters["client"])
                 addChild(output_text);
             else
                 addChild(badge);





More information about the tor-commits mailing list