mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-12 13:59:46 -04:00
fix(filesystem_extractor): don't forget to increment error count
This commit is contained in:
parent
b194c880b2
commit
5b82810a81
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user