mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Reduce some chatty logging.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user