mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-31 17:51:33 +02:00
multi: improve logging
This commit is contained in:
@@ -2824,7 +2824,8 @@ func (c *ChannelArbitrator) channelAttendant(bestHeight int32,
|
||||
case beat := <-c.BlockbeatChan:
|
||||
bestHeight = beat.Height()
|
||||
|
||||
log.Debugf("ChannelArbitrator(%v): new block height=%v",
|
||||
log.Debugf("ChannelArbitrator(%v): received new "+
|
||||
"block: height=%v, processing...",
|
||||
c.cfg.ChanPoint, bestHeight)
|
||||
|
||||
err := c.handleBlockbeat(beat)
|
||||
|
Reference in New Issue
Block a user