remove debug (%d) in fsck

This commit is contained in:
Ben Gras 2007-01-16 16:52:51 +00:00
parent 722f1b2b9f
commit a6ab1cbd34

View File

@ -776,9 +776,9 @@ bit_nr phys;
*report = 0;
else if (*report)
if ((w1 & 1) && !(w2 & 1))
printf("%s %ld (%ld) is missing\n", type, bit, phys);
printf("%s %ld is missing\n", type, bit);
else if (!(w1 & 1) && (w2 & 1))
printf("%s %ld (%ld) is not free\n", type, bit, phys);
printf("%s %ld is not free\n", type, bit);
}
/* Check if the given (correct) bitmap is identical with the one that is