mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-05 21:12:07 +02:00
routing: increase log level when notifying topology change
This commit is contained in:
@ -125,7 +125,7 @@ func (r *ChannelRouter) notifyTopologyChange(topologyDiff *TopologyChange) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Tracef("Sending topology notification to %v clients %v",
|
log.Debugf("Sending topology notification to %v clients %v",
|
||||||
numClients,
|
numClients,
|
||||||
newLogClosure(func() string {
|
newLogClosure(func() string {
|
||||||
return spew.Sdump(topologyDiff)
|
return spew.Sdump(topologyDiff)
|
||||||
|
Reference in New Issue
Block a user