chiark / gitweb /
volume_id: move some debug to info level
[elogind.git] / extras / volume_id / lib / silicon_raid.c
index 017b023e27ecdad75f3c1911a7a92f9e6c797762..634e4abd0bb9057401ffd05592dc76fd4346e826 100644 (file)
@@ -53,7 +53,7 @@ int volume_id_probe_silicon_medley_raid(struct volume_id *id, uint64_t off, uint
        uint64_t meta_off;
        struct silicon_meta *sil;
 
-       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)