diff --git a/core/services/ocr2/plugins/ccip/ccipexec/inflight.go b/core/services/ocr2/plugins/ccip/ccipexec/inflight.go index b77c1f588a..4ef1d7e4d8 100644 --- a/core/services/ocr2/plugins/ccip/ccipexec/inflight.go +++ b/core/services/ocr2/plugins/ccip/ccipexec/inflight.go @@ -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,