htlcswitch: use Tracef rather than Debugf for log examining HTLC's

This commit is contained in:
Olaoluwa Osuntokun 2017-10-04 19:24:27 -07:00
parent cce75bbb14
commit ebd2dfbfd9
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21

@ -354,7 +354,7 @@ out:
break out
}
log.Debugf("ChannelPoint(%v): new block(height=%v, "+
log.Tracef("ChannelPoint(%v): new block(height=%v, "+
"hash=%v) examining active HTLC's",
l.channel.ChannelPoint(), blockEpoch.Height,
blockEpoch.Hash)