discovery/gossiper: add trace log when skipping unadvertised node ann
This commit is contained in:
parent
4f45e339f1
commit
c9e79527af
@ -1642,6 +1642,9 @@ func (d *AuthenticatedGossiper) processNetworkAnnouncement(
|
||||
source: nMsg.source,
|
||||
msg: msg,
|
||||
})
|
||||
} else {
|
||||
log.Tracef("Skipping broadcasting node announcement "+
|
||||
"for %x due to being unadvertised", msg.NodeID)
|
||||
}
|
||||
|
||||
nMsg.err <- nil
|
||||
|
Loading…
Reference in New Issue
Block a user