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

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



commit 5ea3322df2b3576e16161289f9dbe1dad8595488
Author: David Fifield <david@xxxxxxxxxxxxxxx>
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);



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits