chiark / gitweb /
volume_id: add md metadata 1.0, 1.1, 1.2 support
[elogind.git] / extras / volume_id / lib / isw_raid.c
index 6465a31bf52914ad29582af13ff664b430b5826d..f5761e826bbfafda45275cb2c7270abb9b227ecf 100644 (file)
@@ -43,7 +43,7 @@ int volume_id_probe_intel_software_raid(struct volume_id *id, uint64_t off, uint
        uint64_t meta_off;
        struct isw_meta *isw;
 
-       dbg("probing at offset 0x%llx, size 0x%llx",
+       info("probing at offset 0x%llx, size 0x%llx",
            (unsigned long long) off, (unsigned long long) size);
 
        if (size < 0x10000)