mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-08 14:57:38 +02:00
htlcswitch: use Tracef rather than Debugf for log examining HTLC's
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user