aboutsummaryrefslogtreecommitdiffstats
path: root/include/debug.h
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2022-06-27 19:40:38 +0200
committerKarel Zak <kzak@redhat.com>2023-01-03 12:53:12 +0100
commit45c1fe0c1bf81bb8b2648ebaacc4284f09f35267 (patch)
tree26c351753c7e0f1f65857221ddab661d0dde075e /include/debug.h
parentadd9d4582179eaad69d92ee224cbb4c1c3d96228 (diff)
downloadutil-linux-45c1fe0c1bf81bb8b2648ebaacc4284f09f35267.tar.gz
libmount: add optlist tests
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include/debug.h')
-rw-r--r--include/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/debug.h b/include/debug.h
index 39c21d563e..c223bbc74e 100644
--- a/include/debug.h
+++ b/include/debug.h
@@ -173,7 +173,7 @@ static inline void ul_debug_print_masks(
for (d = flagnames; d && d->name; d++) {
if (!d->help)
continue;
- fprintf(stderr, " %-8s [0x%04x] : %s\n",
+ fprintf(stderr, " %-8s [0x%06x] : %s\n",
d->name, d->mask, d->help);
}
}