chiark / gitweb /
volume_id: move some debug to info level
[elogind.git] / extras / volume_id / lib / linux_raid.c
index 85e8d8109b769facb09e38ee45a43055165dbefd..17819375baa174392e372a88992962245bfef7d6 100644 (file)
@@ -26,7 +26,7 @@
 #include "libvolume_id.h"
 #include "util.h"
 
-struct mdp_super_block {
+static struct mdp_super_block {
        uint32_t        md_magic;
        uint32_t        major_version;
        uint32_t        minor_version;
@@ -54,7 +54,7 @@ int volume_id_probe_linux_raid(struct volume_id *id, uint64_t off, uint64_t size
        uint64_t sboff;
        uint8_t uuid[16];
 
-       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)