From 90d061529b1dc2305e56f0f6d01f523419dfc8d5 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Fri, 19 Oct 2012 16:50:14 -0700 Subject: [PATCH] Tiny fix. --- src/LedgerConsensus.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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);