Reduce log spew.

This commit is contained in:
JoelKatz
2013-01-08 00:36:13 -08:00
parent e34dafa839
commit 69ac139485

View File

@@ -237,7 +237,7 @@ void LedgerMaster::resumeAcquiring()
}
if (shouldAcquire(mCurrentLedger->getLedgerSeq(), theConfig.LEDGER_HISTORY, prevMissing))
{
cLog(lsINFO) << "Resuming at " << prevMissing;
cLog(lsTRACE) << "Resuming at " << prevMissing;
assert(!mCompleteLedgers.hasValue(prevMissing));
Ledger::pointer nextLedger = getLedgerBySeq(prevMissing + 1);
if (nextLedger)