Bump support of zones to 256 max
[fio.git] / engines / rbd.c
index 5b51a39c9e8f3595d733a88a1d77cc19ce89aa8f..39501eb00551a1b1572c7a5bdc7921a5684e602c 100644 (file)
@@ -605,7 +605,7 @@ static int fio_rbd_setup(struct thread_data *td)
                goto cleanup;
        }
 
-       dprint(FD_IO, "rbd-engine: image size: %lu\n", info.size);
+       dprint(FD_IO, "rbd-engine: image size: %" PRIu64 "\n", info.size);
 
        /* taken from "net" engine. Pretend we deal with files,
         * even if we do not have any ideas about files.