Reduce some chatty logging.

This commit is contained in:
JoelKatz
2013-01-07 23:47:21 -08:00
parent 69f42e6f02
commit 7a2f098ac4
4 changed files with 12 additions and 12 deletions

View File

@@ -155,7 +155,7 @@ bool LedgerMaster::acquireMissingLedger(const uint256& ledgerHash, uint32 ledger
Ledger::pointer ledger = Ledger::loadByIndex(ledgerSeq);
if (ledger && (ledger->getHash() == ledgerHash))
{
cLog(lsDEBUG) << "Ledger found is database, doing async accept";
cLog(lsDEBUG) << "Ledger hash found in database";
mTooFast = true;
theApp->getJobQueue().addJob(jtPUBLEDGER, boost::bind(&LedgerMaster::asyncAccept, this, ledger));
return true;