chiark / gitweb /
volume_id: support for GFS2 UUIDs
[elogind.git] / extras / volume_id / lib / via_raid.c
index e4ddd2244c4511ac00e81ed77c142fb9cff3ae61..9e4be5a90d4e74585cbebe8596b9132ea7bd64f2 100644 (file)
@@ -68,8 +68,7 @@ int volume_id_probe_via_raid(struct volume_id *id, uint64_t off, uint64_t size)
        uint64_t meta_off;
        struct via_meta *via;
 
-       dbg("probing at offset 0x%llx, size 0x%llx\n",
-           (unsigned long long) off, (unsigned long long) size);
+       dbg("probing at offset 0x%" PRIx64 ", size 0x%" PRIx64 "\n", off, size);
 
        if (size < 0x10000)
                return -1;