Type in crc16 verify failure
[fio.git] / verify.c
index 492cc9153ecde358dc363664bf29fdd886f46ba1..533c6acf6361ee89ab93450f04a6bc7967987be7 100644 (file)
--- 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;
        }