Skip to content

Commit 8b3df3f

Browse files
committed
dont error log
1 parent d68e3f7 commit 8b3df3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simplex/block_builder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func (b *BlockBuilder) BuildBlock(ctx context.Context, metadata simplex.Protocol
6767
func (b *BlockBuilder) IncomingBlock(ctx context.Context) {
6868
err := b.incomingBlock(ctx)
6969
if err != nil {
70-
b.log.Error("Error waiting for incoming block", zap.Error(err))
70+
b.log.Debug("Error waiting for incoming block", zap.Error(err))
7171
}
7272
}
7373

0 commit comments

Comments
 (0)