mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-10 04:50:31 -04:00
Try to dump file system information even if errors were encountered
This commit is contained in:
parent
f231ce0878
commit
18a065bb88
@ -732,7 +732,7 @@ int filesystem_v2::identify(logger& lgr, std::shared_ptr<mmif> mm,
|
||||
}
|
||||
}
|
||||
|
||||
if (errors == 0 and detail_level > 0) {
|
||||
if (detail_level > 0) {
|
||||
filesystem_options fsopts;
|
||||
fsopts.metadata.check_consistency = true;
|
||||
fsopts.metadata.enable_nlink = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user