chiark / gitweb /
volume_id: fat - accept empty FAT32 fsinfo signature
[elogind.git] / extras / volume_id / lib / lsi_raid.c
index b4495a2c524d5a23c1248d9c29d0719f7f7c9c69..5a6ba4c72af0321a771d0dde80b300958909cae4 100644 (file)
@@ -43,8 +43,7 @@ int volume_id_probe_lsi_mega_raid(struct volume_id *id, uint64_t off, uint64_t s
        uint64_t meta_off;
        struct lsi_meta *lsi;
 
-       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;