[PATCH] First cut syslet async io support
[fio.git] / log.c
diff --git a/log.c b/log.c
index a705e5021415ad7069e169ba06906435724d1f37..dd63c3891b67c65d6fd2903b8bfab0d349a246cb 100644 (file)
--- a/log.c
+++ b/log.c
@@ -5,7 +5,7 @@
 
 void write_iolog_put(struct thread_data *td, struct io_u *io_u)
 {
-       fprintf(td->iolog_f, "%u,%llu,%u\n", io_u->ddir, io_u->offset, io_u->buflen);
+       fprintf(td->iolog_f, "%u,%llu,%lu\n", io_u->ddir, io_u->offset, io_u->buflen);
 }
 
 int read_iolog_get(struct thread_data *td, struct io_u *io_u)