Added a debug statement for report.predicate
This commit is contained in:
parent
0be486c58b
commit
b76aea7c0b
1 changed files with 5 additions and 2 deletions
|
|
@ -293,12 +293,15 @@ void report_t::accounts_report(acct_handler_ptr handler)
|
|||
sort_expr, HANDLED(flat)));
|
||||
}
|
||||
|
||||
if (HANDLED(display_))
|
||||
if (HANDLED(display_)) {
|
||||
DEBUG("report.predicate",
|
||||
"Display predicate = " << HANDLER(display_).str());
|
||||
pass_down_accounts(handler, *iter.get(),
|
||||
predicate_t(HANDLER(display_).str(), what_to_keep()),
|
||||
*this);
|
||||
else
|
||||
} else {
|
||||
pass_down_accounts(handler, *iter.get());
|
||||
}
|
||||
|
||||
session.journal->clear_xdata();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue