mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
One more drop of extra debug.
This commit is contained in:
@@ -876,7 +876,8 @@ void LedgerConsensus::accept(SHAMap::pointer set)
|
||||
if (mHaveCorrectLCL)
|
||||
{
|
||||
Log(lsINFO) << "CNF tx " << mOurPosition->getCurrentHash().GetHex() << ", close " << closeTime;
|
||||
Log(lsINFO) << "CNF oldLCL " << mPrevLedgerHash.GetHex();
|
||||
Log(lsINFO) << "CNF mode " << theApp->getOPs().getOperatingMode()
|
||||
<< ", oldLCL " << mPrevLedgerHash.GetHex();
|
||||
}
|
||||
|
||||
Ledger::pointer newLCL = boost::make_shared<Ledger>(false, boost::ref(*mPreviousLedger));
|
||||
|
||||
Reference in New Issue
Block a user