mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-22 00:00:03 +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);
|
||||
}
|
||||
|
||||
printf("sb.csum\t\t\t0x%" PRIx64, sb.csum);
|
||||
printf("sb.csum\t\t\t%" PRIX64, sb.csum);
|
||||
expected_csum = csum_set(&sb);
|
||||
if (sb.csum == expected_csum) {
|
||||
printf(" [match]\n");
|
||||
|
Loading…
Reference in New Issue
Block a user