rxr: stop printing forever about weird carry flag frame

This commit is contained in:
2019-11-20 12:13:35 +01:00
parent 781e8fc67f
commit f96f716f39

View File

@ -388,6 +388,7 @@ uint32_t Listener::ListenToAnImage(char* buf) {
if (fnum < currentFrameIndex) { if (fnum < currentFrameIndex) {
FILE_LOG(logERROR) << "(Weird), With carry flag: Frame number " << FILE_LOG(logERROR) << "(Weird), With carry flag: Frame number " <<
fnum << " less than current frame number " << currentFrameIndex; fnum << " less than current frame number " << currentFrameIndex;
carryOverFlag = false;
return 0; return 0;
} }
switch(*frameDiscardMode) { switch(*frameDiscardMode) {