Fix warnings

This commit is contained in:
Vitaliy Filippov
2022-02-03 01:50:30 +03:00
parent 145e5cfb86
commit 318cc463c2
3 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -351,7 +351,7 @@ static enum fio_q_status sec_queue(struct thread_data *td, struct io_u *io)
}
else
{
printf("+++ %s 0x%lx 0x%llx+%llx\n",
printf("+++ %s 0x%lx 0x%llx+%lx\n",
io->ddir == DDIR_READ ? "READ" : "WRITE",
(uint64_t)io, io->offset, io->xfer_buflen);
}