chiark / gitweb /
volume_id: move some debug to info level
[elogind.git] / extras / volume_id / lib / fat.c
index 9a11eaad55e53df9c410efe3330660e244e78af4..74336b4e6d0df79ca773e382d04d4f4ba5d6e7d3 100644 (file)
@@ -147,7 +147,7 @@ int volume_id_probe_vfat(struct volume_id *id, uint64_t off)
        uint32_t next;
        int maxloop;
 
-       dbg("probing at offset 0x%llx", (unsigned long long) off);
+       info("probing at offset 0x%llx", (unsigned long long) off);
 
        vs = (struct vfat_super_block *) volume_id_get_buffer(id, off, 0x200);
        if (vs == NULL)