mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
routing: increase log level when notifying topology change
This commit is contained in:
parent
44d73d7e3e
commit
eadbd69882
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue