chiark / gitweb /
volume_id: move some debug to info level
[elogind.git] / extras / volume_id / lib / lsi_raid.c
index f1db4a6e50b305c8c246c3d2007edbcd633d8915..56fd5671d369b16303eb13d1e197a3dc4e237496 100644 (file)
@@ -38,7 +38,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;
 
-       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)