mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
htlcswitch: use Tracef rather than Debugf for log examining HTLC's
This commit is contained in:
parent
cce75bbb14
commit
ebd2dfbfd9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue