libpmem: update print statement for bs now being ULL
[fio.git] / engines / libpmem.c
index 21ff4f66d393c3cc9e71998c2137208c20fd5eac..4ef3094ef3bd6ab230c7e51c70bb4904513eaa70 100644 (file)
@@ -499,7 +499,7 @@ static int fio_libpmem_init(struct thread_data *td)
 {
        struct thread_options *o = &td->o;
 
-       dprint(FD_IO,"o->rw_min_bs %d \n o->fsync_blocks %d \n o->fdatasync_blocks %d \n",
+       dprint(FD_IO,"o->rw_min_bs %llu \n o->fsync_blocks %d \n o->fdatasync_blocks %d \n",
                        o->rw_min_bs,o->fsync_blocks,o->fdatasync_blocks);
        dprint(FD_IO, "DEBUG fio_libpmem_init\n");