routing: demote channel update logging to trace

This commit is contained in:
Olaoluwa Osuntokun 2018-07-23 17:01:39 -07:00
parent 1a13e44cde
commit ef56f76200
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21

@ -1131,7 +1131,7 @@ func (r *ChannelRouter) processUpdate(msg interface{}) error {
} }
invalidateCache = true invalidateCache = true
log.Debugf("New channel update applied: %v", spew.Sdump(msg)) log.Tracef("New channel update applied: %v", spew.Sdump(msg))
default: default:
return errors.Errorf("wrong routing update message type") return errors.Errorf("wrong routing update message type")