[rtmpdump] r253 - trunk/amf.c

hyc subversion at mplayerhq.hu
Tue Feb 16 03:10:36 CET 2010


Author: hyc
Date: Tue Feb 16 03:10:35 2010
New Revision: 253

Log:
Fix debug msg

Modified:
   trunk/amf.c

Modified: trunk/amf.c
==============================================================================
--- trunk/amf.c	Mon Feb 15 22:49:01 2010	(r252)
+++ trunk/amf.c	Tue Feb 16 03:10:35 2010	(r253)
@@ -435,7 +435,7 @@ AMF3ReadString(const char *data, AVal * 
       uint32_t refIndex = (ref >> 1);
       Log(LOGDEBUG,
 	  "%s, string reference, index: %d, not supported, ignoring!",
-	  refIndex);
+	  __FUNCTION__, refIndex);
       return len;
     }
   else


More information about the rtmpdump mailing list