@@ -647,7 +647,7 @@ void EraseOrphansFor(NodeId peer)
647
647
nErased += EraseOrphanTx (maybeErase->second .tx ->GetHash ());
648
648
}
649
649
}
650
- if (nErased > 0 ) LogPrint (" mempool" , " Erased %d orphan tx from peer %d\n " , nErased, peer);
650
+ if (nErased > 0 ) LogPrint (" mempool" , " Erased %d orphan tx from peer= %d\n " , nErased, peer);
651
651
}
652
652
653
653
@@ -789,7 +789,7 @@ void PeerLogicValidation::NewPoWValidBlock(const CBlockIndex *pindex, const std:
789
789
if (state.fPreferHeaderAndIDs && (!fWitnessEnabled || state.fWantsCmpctWitness ) &&
790
790
!PeerHasHeader (&state, pindex) && PeerHasHeader (&state, pindex->pprev )) {
791
791
792
- LogPrint (" net" , " %s sending header-and-ids %s to peer %d\n " , " PeerLogicValidation::NewPoWValidBlock" ,
792
+ LogPrint (" net" , " %s sending header-and-ids %s to peer= %d\n " , " PeerLogicValidation::NewPoWValidBlock" ,
793
793
hashBlock.ToString (), pnode->id );
794
794
connman->PushMessage (pnode, msgMaker.Make (NetMsgType::CMPCTBLOCK, *pcmpctblock));
795
795
state.pindexBestHeaderSent = pindex;
@@ -2889,7 +2889,7 @@ bool SendMessages(CNode* pto, CConnman& connman, std::atomic<bool>& interruptMsg
2889
2889
if (vHeaders.size () == 1 && state.fPreferHeaderAndIDs ) {
2890
2890
// We only send up to 1 block as header-and-ids, as otherwise
2891
2891
// probably means we're doing an initial-ish-sync or they're slow
2892
- LogPrint (" net" , " %s sending header-and-ids %s to peer %d\n " , __func__,
2892
+ LogPrint (" net" , " %s sending header-and-ids %s to peer= %d\n " , __func__,
2893
2893
vHeaders.front ().GetHash ().ToString (), pto->id );
2894
2894
2895
2895
int nSendFlags = state.fWantsCmpctWitness ? 0 : SERIALIZE_TRANSACTION_NO_WITNESS;
0 commit comments