mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Some extra logging.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user