chiark / gitweb /
[PATCH] udev_volume_id: volume_id version 034
[elogind.git] / extras / volume_id / volume_id / fat / fat.c
index 219207e81dc491a0a3cbc636405e124d76cb134f..c6bb491f70c8d45327f5776200c68a68b3940f8d 100644 (file)
@@ -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;