Skip to content

Commit

Permalink
chore: fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
irrun committed May 29, 2024
1 parent ae1b147 commit 56c0812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/sentry.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ func (s *MevSentry) ReportIssue(ctx context.Context, issue types.BidIssue) (err

builder, ok = s.builders[issue.Builder]
if !ok {
log.Errorw("builder not found", "address", issue.Builder)
log.Errorw("builder url not found", "address", issue.Builder, "issue", issue)
err = errors.New("builder not found")
return
}
Expand Down

0 comments on commit 56c0812

Please sign in to comment.