Log reduction.

This commit is contained in:
JoelKatz
2013-05-14 11:04:32 -07:00
parent 471d4e0505
commit d87c602c8c

View File

@@ -526,7 +526,7 @@ void Ledger::saveAcceptedLedger(Job&, bool fromConsensus)
if (theApp->getJobQueue().getJobCountTotal(jtPUBOLDLEDGER) < 2)
theApp->getLedgerMaster().resumeAcquiring();
else
cLog(lsDEBUG) << "no resume, too many pending ledger saves";
cLog(lsTRACE) << "no resume, too many pending ledger saves";
}
#ifndef NO_SQLITE3_PREPARE