xo-alloc2: utest: cleanup stray error messages

This commit is contained in:
Roland Conybeare 2025-12-21 22:55:19 -05:00
commit 29d8b45ab2
4 changed files with 11 additions and 8 deletions

View file

@ -22,7 +22,7 @@ namespace xo {
IAllocIterator_DArenaIterator::compare(const DArenaIterator & ix,
const obj<AAllocIterator> & other_arg) noexcept
{
scope log(XO_DEBUG(true),
scope log(XO_DEBUG(false),
xtag("&ix", &ix),
xtag("ix.arena", ix.arena_), xtag("ix.pos", ix.pos_));