bugfix: logging verbosity
This commit is contained in:
parent
f7d2b04941
commit
7e9eb6b6df
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ namespace xo {
|
|||
{
|
||||
int64_t ix = this->find_nonempty_source(this->next_ix_);
|
||||
|
||||
scope log(XO_DEBUG(this->loglevel() == log_level::chatty));
|
||||
scope log(XO_DEBUG(this->loglevel() <= log_level::chatty));
|
||||
|
||||
log && log(xtag("self", this), xtag("src_ix", ix));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue