routing: increase log level when notifying topology change

This commit is contained in:
yyforyongyu 2021-08-05 20:37:36 +08:00
parent 44d73d7e3e
commit eadbd69882
No known key found for this signature in database
GPG key ID: 9BCD95C4FF296868

View file

@ -125,7 +125,7 @@ func (r *ChannelRouter) notifyTopologyChange(topologyDiff *TopologyChange) {
return
}
log.Tracef("Sending topology notification to %v clients %v",
log.Debugf("Sending topology notification to %v clients %v",
numClients,
newLogClosure(func() string {
return spew.Sdump(topologyDiff)