Skip to content

Commit

Permalink
Update core/services/ocr2/plugins/ccip/ccipexec/inflight.go
Browse files Browse the repository at this point in the history
Co-authored-by: Makram <[email protected]>
  • Loading branch information
mateusz-sekara and makramkd authored Apr 2, 2024
1 parent 1b1f241 commit e20cfca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/services/ocr2/plugins/ccip/ccipexec/inflight.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func (container *inflightExecReportsContainer) add(lggr logger.Logger, messages
container.reports = tmpReports

// Otherwise not already in flight, add it.
lggr.Warnw(
lggr.Infow(
"Inflight report added",
"minSeqNr", messages[0].SequenceNumber,
"maxSeqNr", messages[len(messages)-1].SequenceNumber,
Expand Down

0 comments on commit e20cfca

Please sign in to comment.