Show all cluster accounting mismatches when --verbose used

edge.strict_endians
szaka 2006-03-13 20:41:02 +00:00
parent 8bcd0c2fe8
commit 6b05529c37
1 changed files with 1 additions and 1 deletions

View File

@ -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 "