X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=extras%2Fvolume_id%2Fvolume_id%2Ffat%2Ffat.c;h=c6bb491f70c8d45327f5776200c68a68b3940f8d;hp=219207e81dc491a0a3cbc636405e124d76cb134f;hb=9d4791b66a7756421fc699be51a7be68a5aed329;hpb=7979e3d4b7c56acee2fe0e9a9fefb3fe0d83771e diff --git a/extras/volume_id/volume_id/fat/fat.c b/extras/volume_id/volume_id/fat/fat.c index 219207e81..c6bb491f7 100644 --- a/extras/volume_id/volume_id/fat/fat.c +++ b/extras/volume_id/volume_id/fat/fat.c @@ -159,6 +159,8 @@ int volume_id_probe_vfat(struct volume_id *id, __u64 off) __u32 next; int maxloop; + dbg("probing at offset %llu", off); + vs = (struct vfat_super_block *) volume_id_get_buffer(id, off, 0x200); if (vs == NULL) return -1;