Device: Remove erroneous API error in VSA buffer overlap check
parent
c2f1022858
commit
10ffd756a1
|
|
@ -3049,7 +3049,6 @@ std::optional<bool> Device::isVSAOverlapped(std::optional<VSAMetadata> optMetada
|
||||||
lastSectorRecord->getTimestamp() > metadata.coreMiniTimestamp;
|
lastSectorRecord->getTimestamp() > metadata.coreMiniTimestamp;
|
||||||
} else if(lastSectorStatus == VSAParser::RecordParseStatus::NotARecordStart) {
|
} else if(lastSectorStatus == VSAParser::RecordParseStatus::NotARecordStart) {
|
||||||
// The vsa record buffer is not full
|
// The vsa record buffer is not full
|
||||||
report(APIEvent::Type::VSAOtherError, APIEvent::Severity::Error);
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
report(APIEvent::Type::VSABufferFormatError, APIEvent::Severity::Error);
|
report(APIEvent::Type::VSABufferFormatError, APIEvent::Severity::Error);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue