Skip to content

Commit c6ea96a

Browse files
authored
Merge branch 'master' into set_target_height
2 parents abc933b + dba4993 commit c6ea96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blocksync/blocksync.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func (bs *blockSyncer) commitBlocks(blks []*peerBlock) bool {
120120
}
121121
bs.peerBlockList.Store(blk.pid, true)
122122

123-
log.L().Debug("failed to commit block", zap.Error(err))
123+
log.L().Error("failed to commit block", zap.Error(err), zap.Uint64("height", blk.block.Height()), zap.String("peer", blk.pid))
124124
}
125125
return false
126126
}

0 commit comments

Comments
 (0)