chiark / gitweb /
volume_id: move some debug to info level
[elogind.git] / extras / volume_id / lib / ntfs.c
index f1e8c4bc294422e6781302ad34d25c7f777e9c88..5f2a5b93a262e095709259819d27453f1f0d55c3 100644 (file)
@@ -105,7 +105,7 @@ int volume_id_probe_ntfs(struct volume_id *id, uint64_t off)
        const uint8_t *buf;
        const uint8_t *val;
 
-       dbg("probing at offset 0x%llx", (unsigned long long) off);
+       info("probing at offset 0x%llx", (unsigned long long) off);
 
        ns = (struct ntfs_super_block *) volume_id_get_buffer(id, off, 0x200);
        if (ns == NULL)