]> granicus.if.org Git - rtmpdump/commitdiff
Fix debug msg
authorhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Tue, 16 Feb 2010 02:10:35 +0000 (02:10 +0000)
committerhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Tue, 16 Feb 2010 02:10:35 +0000 (02:10 +0000)
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@253 400ebc74-4327-4243-bc38-086b20814532

amf.c

diff --git a/amf.c b/amf.c
index cfd52d1b9554f52d704e356760ae6b27a7e54b4f..1fdfc64234146f806aee79f9d4749fcf7b20c307 100644 (file)
--- a/amf.c
+++ b/amf.c
@@ -435,7 +435,7 @@ AMF3ReadString(const char *data, AVal * str)
       uint32_t refIndex = (ref >> 1);
       Log(LOGDEBUG,
          "%s, string reference, index: %d, not supported, ignoring!",
-         refIndex);
+         __FUNCTION__, refIndex);
       return len;
     }
   else