htlcswitch: add channel point prefix to HTLC examine logs

This commit is contained in:
Olaoluwa Osuntokun
2017-08-15 17:55:01 -07:00
parent f458dc26ed
commit 572eef2840

View File

@ -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