Show all cluster accounting mismatches when --verbose used
parent
8bcd0c2fe8
commit
6b05529c37
|
@ -961,7 +961,7 @@ static void compare_bitmaps(ntfs_volume *vol, struct bitmap *a)
|
|||
continue;
|
||||
}
|
||||
|
||||
if (++mismatch > 10)
|
||||
if (++mismatch > 10 && !opt.verbose)
|
||||
continue;
|
||||
|
||||
printf("Cluster accounting failed at %lld "
|
||||
|
|
Loading…
Reference in New Issue