Skip to content

Commit

Permalink
Update chain/sub/incoming.go
Browse files Browse the repository at this point in the history
Co-authored-by: raulk <[email protected]>
  • Loading branch information
arajasek and raulk authored Mar 5, 2021
1 parent 22e465b commit 374bd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/sub/incoming.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func HandleIncomingBlocks(ctx context.Context, bsub *pubsub.Subscription, s *cha
[]tag.Mutator{tag.Insert(metrics.MinerID, blk.Header.Miner.String())},
metrics.BlockDelay.M(delay),
)
log.Warnf("Received block %s with large delay %d from miner %s", blk.Cid(), delay, blk.Header.Miner)
log.Warnw("received block with large delay from miner", "block", blk.Cid(), "delay", delay, "miner", blk.Header.Miner)
}

if s.InformNewBlock(msg.ReceivedFrom, &types.FullBlock{
Expand Down

0 comments on commit 374bd9b

Please sign in to comment.