summaryrefslogtreecommitdiff
path: root/extras/volume_id/lib/lvm.c
diff options
context:
space:
mode:
Diffstat (limited to 'extras/volume_id/lib/lvm.c')
-rw-r--r--extras/volume_id/lib/lvm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/volume_id/lib/lvm.c b/extras/volume_id/lib/lvm.c
index 47d84b0968..727204280b 100644
--- a/extras/volume_id/lib/lvm.c
+++ b/extras/volume_id/lib/lvm.c
@@ -46,7 +46,7 @@ int volume_id_probe_lvm1(struct volume_id *id, uint64_t off)
const uint8_t *buf;
struct lvm1_super_block *lvm;
- dbg("probing at offset 0x%llx", (unsigned long long) off);
+ info("probing at offset 0x%llx", (unsigned long long) off);
buf = volume_id_get_buffer(id, off + LVM1_SB_OFF, 0x800);
if (buf == NULL)