Tiny fix.

This commit is contained in:
JoelKatz
2012-10-19 16:50:14 -07:00
parent a98aa82f3a
commit 90d061529b

View File

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