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