remove debug (%d) in fsck
This commit is contained in:
parent
722f1b2b9f
commit
a6ab1cbd34
@ -776,9 +776,9 @@ bit_nr phys;
|
|||||||
*report = 0;
|
*report = 0;
|
||||||
else if (*report)
|
else if (*report)
|
||||||
if ((w1 & 1) && !(w2 & 1))
|
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))
|
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
|
/* Check if the given (correct) bitmap is identical with the one that is
|
||||||
|
Loading…
x
Reference in New Issue
Block a user