projects
/
rtmpdump
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6791ed
)
Failing to respond to SWF Verification request is an error, not a warning
author
hyc
<hyc@400ebc74-4327-4243-bc38-086b20814532>
Wed, 6 Jan 2010 04:00:16 +0000
(
04:00
+0000)
committer
hyc
<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
patch
|
blob
|
history
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(LOG
WARNING
,
- "%s: Ignoring SWFVerification request, use --swf
hash and --swfsize
!",
+ Log(LOG
ERROR
,
+ "%s: Ignoring SWFVerification request, use --swf
Vfy
!",
__FUNCTION__);
}
#else
- Log(LOG
WARNING
,
+ Log(LOG
ERROR
,
"%s: Ignoring SWFVerification request, no CRYPTO support!",
__FUNCTION__);
#endif