X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=verify.c;h=533c6acf6361ee89ab93450f04a6bc7967987be7;hp=492cc9153ecde358dc363664bf29fdd886f46ba1;hb=1f24ea44c8d8bf40e05608b48ef342a345d75ee8;hpb=1e154bdbf14a1d352117aea057035235b66f0381;ds=sidebyside diff --git a/verify.c b/verify.c index 492cc915..533c6acf 100644 --- a/verify.c +++ b/verify.c @@ -69,7 +69,7 @@ static int verify_io_u_crc16(struct verify_header *hdr, struct io_u *io_u) if (c != hdr->crc16) { log_err("crc16: verify failed at %llu/%lu\n", io_u->offset, io_u->buflen); - log_err("crc16: wanted %lx, got %x\n", hdr->crc32, c); + log_err("crc16: wanted %x, got %x\n", hdr->crc16, c); return 1; }