Skip to content

Commit

Permalink
ztest: Fix integer printing
Browse files Browse the repository at this point in the history
  • Loading branch information
fuporovvStack authored and ahrens committed Nov 16, 2021
1 parent 05a8136 commit 2020f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ztest/ztest.c
Original file line number Diff line number Diff line change
Expand Up @@ -4024,7 +4024,7 @@ ztest_vdev_raidz_attach(ztest_ds_t *zd, uint64_t id)
if (error == 0) {
ztest_shared->zs_raidzs_attached++;
} else if (error != 0 && error != expected_error) {
fatal(0, "raidz attach (%s %llu) returned %d, expected %d",
fatal(0, "raidz attach (%s %"PRIu64") returned %d, expected %d",
newpath, newsize, error, expected_error);
}

Expand Down

0 comments on commit 2020f19

Please sign in to comment.