chiark / gitweb /
libvolume_id: gfs + gfs2 support
[elogind.git] / extras / volume_id / lib / udf.c
index d7497ec51b8e06d1513acfeec667b5a8c159f5c6..d71e9d6f5d07fe15ef09396bb75208692321c8f5 100644 (file)
@@ -72,7 +72,7 @@ int volume_id_probe_udf(struct volume_id *id, uint64_t off)
        unsigned int loc;
        unsigned int clen;
 
-       dbg("probing at offset 0x%llx", (unsigned long long) off);
+       info("probing at offset 0x%llx", (unsigned long long) off);
 
        vsd = (struct volume_structure_descriptor *) volume_id_get_buffer(id, off + UDF_VSD_OFFSET, 0x200);
        if (vsd == NULL)