From: hyc Date: Tue, 16 Feb 2010 02:10:35 +0000 (+0000) Subject: Fix debug msg X-Git-Tag: v2.4~267 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80f19b110acccdb3f951fc1c9cf373d229232ac4;p=rtmpdump Fix debug msg git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@253 400ebc74-4327-4243-bc38-086b20814532 --- diff --git a/amf.c b/amf.c index cfd52d1..1fdfc64 100644 --- 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