fix(filesystem_extractor): don't forget to increment error count

This commit is contained in:
Marcus Holland-Moritz 2024-08-25 08:34:52 +02:00
parent b194c880b2
commit 5b82810a81

View File

@ -322,6 +322,7 @@ bool filesystem_extractor_<LoggerPolicy>::extract(
} else {
LOG_ERROR << "error reading " << bs << " bytes at offset " << pos
<< " from inode [" << fd << "]: " << ec.message();
++hard_error;
break;
}