multi: improve logging

This commit is contained in:
yyforyongyu
2025-03-05 14:22:52 +08:00
parent 66c94cf51f
commit be4c4cc8ff
5 changed files with 17 additions and 2 deletions

View File

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