X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=extras%2Fvolume_id%2Flib%2Fext.c;h=7d41a3287e0e2935c04f938efbb66ade78fb9ce6;hb=f7dd3a57a40282f1c3fb9ad90a30d58b31b64ff8;hp=51c0011218f5ac1551acdd3d40f62f4d686344a2;hpb=03149e13c2f70f93e370c94f9c9a71129287bc1b;p=elogind.git diff --git a/extras/volume_id/lib/ext.c b/extras/volume_id/lib/ext.c index 51c001121..7d41a3287 100644 --- a/extras/volume_id/lib/ext.c +++ b/extras/volume_id/lib/ext.c @@ -75,7 +75,7 @@ int volume_id_probe_ext(struct volume_id *id, uint64_t off) struct ext2_super_block *es; size_t bsize; - dbg("probing at offset 0x%llx", (unsigned long long) off); + info("probing at offset 0x%llx", (unsigned long long) off); es = (struct ext2_super_block *) volume_id_get_buffer(id, off + EXT_SUPERBLOCK_OFFSET, 0x200); if (es == NULL)