X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=extras%2Fvolume_id%2Flib%2Fhfs.c;h=4e34d66ba424021ecb11d2c68663522402c4df2f;hp=f666b183790d8c74ccff836d46034fbb06b3d5ac;hb=f7dd3a57a40282f1c3fb9ad90a30d58b31b64ff8;hpb=d5618ac96913efa0b52501b6a5c690bee6a33517 diff --git a/extras/volume_id/lib/hfs.c b/extras/volume_id/lib/hfs.c index f666b1837..4e34d66ba 100644 --- a/extras/volume_id/lib/hfs.c +++ b/extras/volume_id/lib/hfs.c @@ -160,7 +160,7 @@ int volume_id_probe_hfs_hfsplus(struct volume_id *id, uint64_t off) struct hfsplus_extent extents[HFSPLUS_EXTENT_COUNT]; const uint8_t *buf; - 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 + HFS_SUPERBLOCK_OFFSET, 0x200); if (buf == NULL)