[tor-commits] [flashproxy/master] Add a debugging message before making the RTMFP socket.

dcf at torproject.org dcf at torproject.org
Mon Oct 17 02:28:24 UTC 2011


commit 5ea3322df2b3576e16161289f9dbe1dad8595488
Author: David Fifield <david at bamsoftware.com>
Date:   Sun Oct 16 15:13:17 2011 -0700

    Add a debugging message before making the RTMFP socket.
---
 swfcat.as |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/swfcat.as b/swfcat.as
index f114051..fe29bbb 100644
--- a/swfcat.as
+++ b/swfcat.as
@@ -255,6 +255,7 @@ package
         {
             var rs:RTMFPSocket;
 
+            puts("Making RTMFP socket.");
             rs = new RTMFPSocket(RTMFP_URL);
             rs.addEventListener(Event.COMPLETE, function (e:Event):void {
                 puts("Got RTMFP id " + rs.id);





More information about the tor-commits mailing list