From e20cfcac64776b30b485a983a9b781d5452714c7 Mon Sep 17 00:00:00 2001 From: Mateusz Sekara Date: Tue, 2 Apr 2024 15:15:06 +0200 Subject: [PATCH] Update core/services/ocr2/plugins/ccip/ccipexec/inflight.go Co-authored-by: Makram --- core/services/ocr2/plugins/ccip/ccipexec/inflight.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,