mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-29 19:22:40 +01:00
htlcswitch: add channel point prefix to HTLC examine logs
This commit is contained in:
parent
f458dc26ed
commit
572eef2840
@ -311,8 +311,9 @@ out:
|
||||
break out
|
||||
}
|
||||
|
||||
log.Debugf("New block(height=%v, hash=%v) examining "+
|
||||
"active HTLC's", blockEpoch.Height,
|
||||
log.Debugf("ChannelPoint(%v): new block(height=%v, "+
|
||||
"hash=%v) examining active HTLC's",
|
||||
l.channel.ChannelPoint(), blockEpoch.Height,
|
||||
blockEpoch.Hash)
|
||||
|
||||
// TODO(roasbeef): check HTLC's for expiry
|
||||
|
Loading…
x
Reference in New Issue
Block a user