engines/nvme: cast __u64 to unsigned long long for printing
[fio.git] / engines / nvme.c
index da18eba987e1b6f6747b88fe134f2a0086c03cb7..3f6b64a86fe5511cc77678a7a54f2fe696efc29c 100644 (file)
@@ -241,7 +241,7 @@ int fio_nvme_report_zones(struct thread_data *td, struct fio_file *f,
                                break;
                        default:
                                log_err("%s: invalid type for zone at offset %llu.\n",
-                                       f->file_name, desc->zslba);
+                                       f->file_name, (unsigned long long) desc->zslba);
                                ret = -EIO;
                                goto out;
                        }