Fix a broken log message.

This commit is contained in:
JoelKatz
2013-08-11 23:38:43 -07:00
parent fbfb150cff
commit e4f9d972fa

View File

@@ -174,7 +174,7 @@ void InboundLedger::onTimer (bool progress, boost::recursive_mutex::scoped_lock&
mAggressive = true;
mByHash = true;
int pc = getPeerCount ();
WriteLog (lsDEBUG, InboundLedger) << "No progress(" << pc << ") for ledger " << pc << mHash;
WriteLog (lsDEBUG, InboundLedger) << "No progress(" << pc << ") for ledger " << mHash;
if (pc < 3)
addPeers ();