X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=log.c;h=5b21ee224d2b7a24131563581e5ff4e019f7c118;hp=039e74b25e77c5098631b83d1e0fbf16b26b0e27;hb=ee56ad500f6692381e131cc37299d23fa910a24a;hpb=886a2b5b4cfc447bb2dcb711bddfe3999f1614e5 diff --git a/log.c b/log.c index 039e74b2..5b21ee22 100644 --- a/log.c +++ b/log.c @@ -84,6 +84,9 @@ int read_iolog_get(struct thread_data *td, struct io_u *io_u) io_u->file = &td->files[ipo->fileno]; get_file(io_u->file); + dprint(FD_IO, "iolog: get %llu/%lu/%s\n", io_u->offset, + io_u->buflen, io_u->file->file_name); + if (ipo->delay) iolog_delay(td, ipo->delay);