mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Clean up LedgerConsensus log message
Add missing space and use consistent pluralization.
This commit is contained in:
committed by
Tom Ritchford
parent
0d700d9833
commit
ffd2e884f2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user