[rtmpdump] r196 - trunk/rtmp.c

hyc subversion at mplayerhq.hu
Wed Jan 6 05:00:17 CET 2010


Author: hyc
Date: Wed Jan  6 05:00:16 2010
New Revision: 196

Log:
Failing to respond to SWF Verification request is an error, not a warning

Modified:
   trunk/rtmp.c

Modified: trunk/rtmp.c
==============================================================================
--- trunk/rtmp.c	Wed Jan  6 03:00:09 2010	(r195)
+++ trunk/rtmp.c	Wed Jan  6 05:00:16 2010	(r196)
@@ -1813,12 +1813,12 @@ HandleCtrl(RTMP * r, const RTMPPacket * 
 	}
       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


More information about the rtmpdump mailing list