mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
discovery: bump rejected edges up to the trace logging level
This commit is contained in:
parent
635780858e
commit
2326d4afeb
@ -1486,11 +1486,12 @@ func (d *AuthenticatedGossiper) processNetworkAnnouncement(nMsg *networkMsg) []n
|
||||
return anns
|
||||
}
|
||||
|
||||
// Otherwise, this is just a regular rejected edge.
|
||||
// Otherwise, this is just a regular rejected
|
||||
// edge.
|
||||
log.Debugf("Router rejected channel "+
|
||||
"edge: %v", err)
|
||||
} else {
|
||||
log.Errorf("Router rejected channel "+
|
||||
log.Tracef("Router rejected channel "+
|
||||
"edge: %v", err)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user