From 710ed55dcde95cad66a8f9bd2a7ecd223f14d653 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 6 Jun 2014 13:47:06 +0200 Subject: libsmartcols: add debug messages Signed-off-by: Karel Zak --- disk-utils/partx.c | 1 + 1 file changed, 1 insertion(+) (limited to 'disk-utils/partx.c') 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")); -- cgit v1.2.3-55-g7522