We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68e3f7 commit 8b3df3fCopy full SHA for 8b3df3f
simplex/block_builder.go
@@ -67,7 +67,7 @@ func (b *BlockBuilder) BuildBlock(ctx context.Context, metadata simplex.Protocol
67
func (b *BlockBuilder) IncomingBlock(ctx context.Context) {
68
err := b.incomingBlock(ctx)
69
if err != nil {
70
- b.log.Error("Error waiting for incoming block", zap.Error(err))
+ b.log.Debug("Error waiting for incoming block", zap.Error(err))
71
}
72
73
0 commit comments