diff --git a/device/device.cpp b/device/device.cpp index eaa176d..2d8c6b3 100644 --- a/device/device.cpp +++ b/device/device.cpp @@ -3049,7 +3049,6 @@ std::optional Device::isVSAOverlapped(std::optional optMetada lastSectorRecord->getTimestamp() > metadata.coreMiniTimestamp; } else if(lastSectorStatus == VSAParser::RecordParseStatus::NotARecordStart) { // The vsa record buffer is not full - report(APIEvent::Type::VSAOtherError, APIEvent::Severity::Error); return false; } report(APIEvent::Type::VSABufferFormatError, APIEvent::Severity::Error);