chiark / gitweb /
[PATCH] udev_volume_id: volume_id version 034
[elogind.git] / extras / volume_id / volume_id / cramfs / cramfs.c
index 69ab2c7a444003e0be1876b2003d5694260350f3..a1d51f107d2bea7b6e6715e2dc45b06980f078c3 100644 (file)
@@ -58,6 +58,8 @@ int volume_id_probe_cramfs(struct volume_id *id, __u64 off)
 {
        struct cramfs_super *cs;
 
+       dbg("probing at offset %llu", off);
+
        cs = (struct cramfs_super *) volume_id_get_buffer(id, off, 0x200);
        if (cs == NULL)
                return -1;