mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Misleading log message.
This commit is contained in:
@@ -432,7 +432,7 @@ int NetworkOPs::beginConsensus(Ledger::pointer closingLedger)
|
||||
mConsensus = boost::make_shared<LedgerConsensus>
|
||||
(prevLedger, theApp->getMasterLedger().getCurrentLedger()->getCloseTimeNC());
|
||||
|
||||
Log(lsDEBUG) << "Broadcasting ledger close";
|
||||
Log(lsDEBUG) << "Pre-close time, initiating consensus engine";
|
||||
return mConsensus->startup();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user