From 80f19b110acccdb3f951fc1c9cf373d229232ac4 Mon Sep 17 00:00:00 2001 From: hyc Date: Tue, 16 Feb 2010 02:10:35 +0000 Subject: [PATCH] Fix debug msg git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@253 400ebc74-4327-4243-bc38-086b20814532 --- amf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1