mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
Use uppercase hex when showing csum and expected.
This commit is contained in:
parent
727c189c59
commit
445032e1b6
@ -83,7 +83,7 @@ int main(int argc, char **argv)
|
|||||||
exit(2);
|
exit(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("sb.csum\t\t\t0x%" PRIx64, sb.csum);
|
printf("sb.csum\t\t\t%" PRIX64, sb.csum);
|
||||||
expected_csum = csum_set(&sb);
|
expected_csum = csum_set(&sb);
|
||||||
if (sb.csum == expected_csum) {
|
if (sb.csum == expected_csum) {
|
||||||
printf(" [match]\n");
|
printf(" [match]\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user