chiark / gitweb /
udevadm: test - remove --force option
[elogind.git] / extras / volume_id / lib / nvidia_raid.c
index cbd0d5b059aba9aba02467c9a5f481df767fae95..2969dbe3dd6adda7f20b8003dcf1569d528653e2 100644 (file)
@@ -46,8 +46,7 @@ int volume_id_probe_nvidia_raid(struct volume_id *id, uint64_t off, uint64_t siz
        uint64_t meta_off;
        struct nvidia_meta *nv;
 
-       info("probing at offset 0x%llx, size 0x%llx\n",
-           (unsigned long long) off, (unsigned long long) size);
+       info("probing at offset 0x%" PRIx64 ", size 0x%" PRIx64 "\n", off, size);
 
        if (size < 0x10000)
                return -1;