From: Karel Zak Date: Tue, 11 Apr 2017 11:48:41 +0000 (+0200) Subject: libsmartcols: add debug mesg to see width change X-Git-Tag: v2.30-rc1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e2a4ef700e2f49ad58e0c4c1f419a6cadd5f77c;p=thirdparty%2Futil-linux.git libsmartcols: add debug mesg to see width change Signed-off-by: Karel Zak --- diff --git a/libsmartcols/src/table.c b/libsmartcols/src/table.c index cb20544a76..50288d6067 100644 --- a/libsmartcols/src/table.c +++ b/libsmartcols/src/table.c @@ -1409,6 +1409,7 @@ int scols_table_get_termforce(const struct libscols_table *tb) */ int scols_table_set_termwidth(struct libscols_table *tb, size_t width) { + DBG(TAB, ul_debugobj(tb, "set terminatl width: %zu", width)); tb->termwidth = width; return 0; }