Failing to respond to SWF Verification request is an error, not a warning
authorhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Wed, 6 Jan 2010 04:00:16 +0000 (04:00 +0000)
committerhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Wed, 6 Jan 2010 04:00:16 +0000 (04:00 +0000)
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@196 400ebc74-4327-4243-bc38-086b20814532

rtmp.c

diff --git a/rtmp.c b/rtmp.c
index 40f5d3de91f6014adb74accef1864be135a212a7..6c845153a7d8c8ac21c50f0d25b07c79529ac821 100644 (file)
--- a/rtmp.c
+++ b/rtmp.c
@@ -1813,12 +1813,12 @@ HandleCtrl(RTMP * r, const RTMPPacket * packet)
        }
       else
        {
-         Log(LOGWARNING,
-             "%s: Ignoring SWFVerification request, use --swfhash and --swfsize!",
+         Log(LOGERROR,
+             "%s: Ignoring SWFVerification request, use --swfVfy!",
              __FUNCTION__);
        }
 #else
-      Log(LOGWARNING,
+      Log(LOGERROR,
        "%s: Ignoring SWFVerification request, no CRYPTO support!",
              __FUNCTION__);
 #endif