mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Merge #9486: Make peer=%d log prints consistent
e6111b2
Make peer id logging consistent ("peer=%d" instead of "peer %d") (Matt Corallo)
This commit is contained in:
parent
55ef4d0a9b
commit
cef919f182
@ -586,7 +586,7 @@ void EraseOrphansFor(NodeId peer)
|
||||
nErased += EraseOrphanTx(maybeErase->second.tx->GetHash());
|
||||
}
|
||||
}
|
||||
if (nErased > 0) LogPrint("mempool", "Erased %d orphan tx from peer %d\n", nErased, peer);
|
||||
if (nErased > 0) LogPrint("mempool", "Erased %d orphan tx from peer=%d\n", nErased, peer);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user