chiark / gitweb /
volume_id: move some debug to info level
[elogind.git] / extras / volume_id / lib / vxfs.c
index d10cc377621146653b18211e6af1cd85f283f97b..112666192cf1f54d914c7d6fc3a61d000502add1 100644 (file)
@@ -37,7 +37,7 @@ int volume_id_probe_vxfs(struct volume_id *id, uint64_t off)
 {
        struct vxfs_super *vxs;
 
-       dbg("probing at offset 0x%llx", (unsigned long long) off);
+       info("probing at offset 0x%llx", (unsigned long long) off);
 
        vxs = (struct vxfs_super *) volume_id_get_buffer(id, off + 0x200, 0x200);
        if (vxs == NULL)