mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-12 00:56:42 +00:00
Use Warnf when processing directives.
This commit is contained in:
parent
2480cb3a87
commit
efcf90d83d
@ -303,7 +303,7 @@ func (s *server) handleRelayInvMsg(state *peerState, iv *btcwire.InvVect) {
|
||||
if p.filter.IsLoaded() {
|
||||
tx, err := s.txMemPool.FetchTransaction(&iv.Hash)
|
||||
if err != nil {
|
||||
peerLog.Warn("Attempt to relay tx %s "+
|
||||
peerLog.Warnf("Attempt to relay tx %s "+
|
||||
"that is not in the memory pool",
|
||||
iv.Hash)
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user