mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix typo.
This commit is contained in:
@@ -292,7 +292,7 @@ void LedgerMaster::asyncAccept (Ledger::pointer ledger)
|
||||
|
||||
if (it->second.first != prevHash)
|
||||
{
|
||||
Writelog (lsINFO, LedgerMaster) << "Acquired hash doesn't match DB at " << seq;
|
||||
WriteLog (lsINFO, LedgerMaster) << "Acquired hash doesn't match DB at " << seq;
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user