libsmartcols: add debug mesg to see width change

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2017-04-11 13:48:41 +02:00
parent bd6b5a6498
commit 7e2a4ef700
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}