summaryrefslogtreecommitdiffstats
path: root/sys-utils/wdctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/wdctl.c')
-rw-r--r--sys-utils/wdctl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-utils/wdctl.c b/sys-utils/wdctl.c
index d63a110e3..137649a3d 100644
--- a/sys-utils/wdctl.c
+++ b/sys-utils/wdctl.c
@@ -250,6 +250,8 @@ static int show_flags(struct wdinfo *wd, uint32_t wanted)
struct libscols_table *table;
uint32_t flags;
+ scols_init_debug(0);
+
/* create output table */
table = scols_new_table();
if (!table) {