summaryrefslogtreecommitdiffstats
path: root/disk-utils/partx.c
diff options
context:
space:
mode:
Diffstat (limited to 'disk-utils/partx.c')
-rw-r--r--disk-utils/partx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/disk-utils/partx.c b/disk-utils/partx.c
index 830af1f32..bf5a4abf7 100644
--- a/disk-utils/partx.c
+++ b/disk-utils/partx.c
@@ -626,6 +626,7 @@ static int show_parts(blkid_partlist ls, int scols_flags, int lower, int upper)
if (!nparts)
return 0;
+ scols_init_debug(0);
table = scols_new_table();
if (!table) {
warn(_("failed to initialize output table"));