Some extra logging.

This commit is contained in:
David Schwartz
2013-08-06 16:05:18 -07:00
parent 73bf23d353
commit af0ec2350e

View File

@@ -291,7 +291,10 @@ void LedgerMaster::asyncAccept (Ledger::pointer ledger)
}
if (it->second.first != prevHash)
{
Writelog (lsINFO, LedgerMaster) << "Acquired hash doesn't match DB at " << seq;
break;
}
prevHash = it->second.second;
}