mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-11 08:13:00 +02:00
routing: add and fix log statements
This commit is contained in:
@@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user