Skip to content

Commit

Permalink
change to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed Jul 11, 2024
1 parent f789757 commit 4a968ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockpoller/poller.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ func (p *BlockPoller) requestBlock(blockNumber uint64, numberOfBlockToFetch int)
}
}()
}
p.logger.Info("waiting for block to be fetched", zap.Uint64("block_num", blockNumber))
p.logger.Debug("waiting for block to be fetched", zap.Uint64("block_num", blockNumber))
time.Sleep(100 * time.Millisecond)
continue
}
Expand Down

0 comments on commit 4a968ca

Please sign in to comment.