summaryrefslogtreecommitdiffstats
path: root/libblkid/src/superblocks/vfat.c
diff options
context:
space:
mode:
Diffstat (limited to 'libblkid/src/superblocks/vfat.c')
-rw-r--r--libblkid/src/superblocks/vfat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libblkid/src/superblocks/vfat.c b/libblkid/src/superblocks/vfat.c
index 6d7cda9ad..716a5ae6b 100644
--- a/libblkid/src/superblocks/vfat.c
+++ b/libblkid/src/superblocks/vfat.c
@@ -123,7 +123,7 @@ static unsigned char *search_fat_label(blkid_probe pr,
struct vfat_dir_entry *ent, *dir = NULL;
uint32_t i;
- DBG(LOWPROBE, blkid_debug("\tlook for label in root-dir "
+ DBG(LOWPROBE, ul_debug("\tlook for label in root-dir "
"(entries: %d, offset: %jd)", entries, offset));
if (!blkid_probe_is_tiny(pr)) {
@@ -162,7 +162,7 @@ static unsigned char *search_fat_label(blkid_probe pr,
if ((ent->attr & (FAT_ATTR_VOLUME_ID | FAT_ATTR_DIR)) ==
FAT_ATTR_VOLUME_ID) {
- DBG(LOWPROBE, blkid_debug("\tfound fs LABEL at entry %d", i));
+ DBG(LOWPROBE, ul_debug("\tfound fs LABEL at entry %d", i));
return ent->name;
}
}