summaryrefslogtreecommitdiff
path: root/extras/volume_id/lib/vxfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'extras/volume_id/lib/vxfs.c')
-rw-r--r--extras/volume_id/lib/vxfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/volume_id/lib/vxfs.c b/extras/volume_id/lib/vxfs.c
index d10cc37762..112666192c 100644
--- a/extras/volume_id/lib/vxfs.c
+++ b/extras/volume_id/lib/vxfs.c
@@ -37,7 +37,7 @@ int volume_id_probe_vxfs(struct volume_id *id, uint64_t off)
{
struct vxfs_super *vxs;
- dbg("probing at offset 0x%llx", (unsigned long long) off);
+ info("probing at offset 0x%llx", (unsigned long long) off);
vxs = (struct vxfs_super *) volume_id_get_buffer(id, off + 0x200, 0x200);
if (vxs == NULL)