summaryrefslogtreecommitdiff
path: root/extras/volume_id/lib/udf.c
diff options
context:
space:
mode:
Diffstat (limited to 'extras/volume_id/lib/udf.c')
-rw-r--r--extras/volume_id/lib/udf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/volume_id/lib/udf.c b/extras/volume_id/lib/udf.c
index d7497ec51b..d71e9d6f5d 100644
--- a/extras/volume_id/lib/udf.c
+++ b/extras/volume_id/lib/udf.c
@@ -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)