Skip to content

Commit 9355ca6

Browse files
fix: change error to warn in aggregator (#300)
1 parent 949c393 commit 9355ca6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aggregator/internal/pkg/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func (agg *Aggregator) ProcessOperatorSignedTaskResponse(signedTaskResponse *typ
6666
&signedTaskResponse.BlsSignature, signedTaskResponse.OperatorId,
6767
)
6868
if err != nil {
69-
agg.logger.Errorf("BLS aggregation service error: %s", err)
69+
agg.logger.Warnf("BLS aggregation service error: %s", err)
7070
*reply = 1
7171
return err
7272
}

0 commit comments

Comments
 (0)