Fix typo.

This commit is contained in:
JoelKatz
2013-08-10 13:47:20 -07:00
parent 91f61309f1
commit fb1cc5f18d

View File

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