mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 01:43:16 +01:00
discovery: demote err log to debug from processZombieUpdate
This log can be "spammy" while nodes throughout the network have yet to upgrade to v0.13.0-beta, which includes several enhancements to prevent the broadcast of zombie edges/updates.
This commit is contained in:
parent
785d3c9b4f
commit
186237ca73
@ -1889,7 +1889,7 @@ func (d *AuthenticatedGossiper) processNetworkAnnouncement(
|
||||
case channeldb.ErrZombieEdge:
|
||||
err = d.processZombieUpdate(chanInfo, msg)
|
||||
if err != nil {
|
||||
log.Warn(err)
|
||||
log.Debug(err)
|
||||
nMsg.err <- err
|
||||
return nil, false
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user