if (!tb)
return NULL;
- DBG(TAB, ul_debugobj(tb, "new column name=%s, whint=%g, flags=%d",
+ DBG(TAB, ul_debugobj(tb, "new column name=%s, whint=%g, flags=0x%04x",
name, whint, flags));
cl = scols_new_column();
if (!cl)
{
int rc = 0;
- DBG(LINE, ul_debugobj(ln, " wall line"));
+/* DBG(LINE, ul_debugobj(ln, " wall line")); */
/* we list group children in __scols_print_tree() after tree root node */
if (is_group_member(ln) && is_last_group_member(ln) && has_group_children(ln))
if (rc == 0 && has_children(ln)) {
struct list_head *p;
- DBG(LINE, ul_debugobj(ln, " children walk"));
+/* DBG(LINE, ul_debugobj(ln, " children walk"));*/
list_for_each(p, &ln->ln_branch) {
struct libscols_line *chld = list_entry(p,
}
}
- DBG(LINE, ul_debugobj(ln, "<- walk line done [rc=%d]", rc));
+/* DBG(LINE, ul_debugobj(ln, "<- walk line done [rc=%d]", rc)); */
return rc;
}
struct libscols_iter itr;
assert(tb);
- DBG(TAB, ul_debugobj(tb, ">> walk start"));
+/* DBG(TAB, ul_debugobj(tb, ">> walk start"));*/
/* init */
tb->ngrpchlds_pending = 0;
tb->ngrpchlds_pending = 0;
tb->walk_last_done = 0;
- DBG(TAB, ul_debugobj(tb, "<< walk end [rc=%d]", rc));
+/* DBG(TAB, ul_debugobj(tb, "<< walk end [rc=%d]", rc));*/
return rc;
}