X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=extras%2Fvolume_id%2Flib%2Flvm.c;h=727204280b3fd67edeb9ce0c784362e039a090bf;hp=47d84b09686206b26be93441e383dea2f52a91b2;hb=f7dd3a57a40282f1c3fb9ad90a30d58b31b64ff8;hpb=03149e13c2f70f93e370c94f9c9a71129287bc1b diff --git a/extras/volume_id/lib/lvm.c b/extras/volume_id/lib/lvm.c index 47d84b096..727204280 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)