routing: add and fix log statements

This commit is contained in:
bitromortac
2023-03-16 10:03:50 +01:00
parent ee40d3dd58
commit b6d65752f7
2 changed files with 8 additions and 2 deletions

View File

@@ -1689,7 +1689,7 @@ func (r *ChannelRouter) processUpdate(msg interface{},
return err
}
log.Debugf("New channel update applied: %v",
log.Tracef("New channel update applied: %v",
newLogClosure(func() string { return spew.Sdump(msg) }))
r.stats.incNumChannelUpdates()