mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-11 01:29:19 +01:00
discovery: bump rejected edges up to the trace logging level
This commit is contained in:
parent
635780858e
commit
2326d4afeb
1 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue