One more drop of extra debug.

This commit is contained in:
JoelKatz
2012-08-13 14:35:47 -07:00
parent d3daa2fc00
commit d554950efe

View File

@@ -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));