Clean up LedgerConsensus log message

Add missing space and use consistent pluralization.
This commit is contained in:
wilsonianb
2015-05-27 10:04:47 -07:00
committed by Tom Ritchford
parent 0d700d9833
commit ffd2e884f2

View File

@@ -950,8 +950,8 @@ private:
hotACCOUNT_NODE, newLCL->getLedgerSeq());
int tmf = newLCL->peekTransactionMap ()->flushDirty (
hotTRANSACTION_NODE, newLCL->getLedgerSeq());
WriteLog (lsDEBUG, LedgerConsensus) << "Flushed " << asf << " account and " <<
tmf << "transaction nodes";
WriteLog (lsDEBUG, LedgerConsensus) << "Flushed " << asf << " accounts and " <<
tmf << " transaction nodes";
// Accept ledger
newLCL->setAccepted (closeTime, mCloseResolution, closeTimeCorrect);