bugfix: logging verbosity

This commit is contained in:
Roland Conybeare 2023-10-17 15:50:47 -04:00
commit 7e9eb6b6df

View file

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