diff --git a/src/LedgerConsensus.cpp b/src/LedgerConsensus.cpp index df3764830f..2bd8e57449 100644 --- a/src/LedgerConsensus.cpp +++ b/src/LedgerConsensus.cpp @@ -738,9 +738,7 @@ bool LedgerConsensus::haveConsensus(bool forReal) } int currentValidations = theApp->getValidations().getNodesAfter(mPrevLedgerHash); -#ifdef LC_DEBUG - cLog(lsINFO) << "Checking for TX consensus: agree=" << agree << ", disagree=" << disagree; -#endif + cLog(lsDEBUG) << "Checking for TX consensus: agree=" << agree << ", disagree=" << disagree; return ContinuousLedgerTiming::haveConsensus(mPreviousProposers, agree + disagree, agree, currentValidations, mPreviousMSeconds, mCurrentMSeconds, forReal);