Skip to content

Commit 1bfa6ec

Browse files
[CSA-CP]Clarify the RMP attempt limit reached failure log (#578)
1 parent 22124cf commit 1bfa6ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/messaging/ReliableMessageMgr.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ void ReliableMessageMgr::ExecuteActions()
189189
ExchangeHandle ec(entry->ec);
190190

191191
ChipLogError(ExchangeManager,
192-
"<<%d [E:" ChipLogFormatExchange " S:%u M:" ChipLogFormatMessageCounter
193-
"] (%s) Msg Retransmission to %u:" ChipLogFormatX64 " failure (max retries:%d)",
194-
sendCount + 1, ChipLogValueExchange(&entry->ec.Get()), session->SessionIdForLogging(), messageCounter,
192+
"<<_ [E:" ChipLogFormatExchange " S:%u M:" ChipLogFormatMessageCounter
193+
"] (%s) Msg Retransmission to %u:" ChipLogFormatX64 " failed: retry attempts(%d) exhausted",
194+
ChipLogValueExchange(&entry->ec.Get()), session->SessionIdForLogging(), messageCounter,
195195
Transport::GetSessionTypeString(session), fabricIndex, ChipLogValueX64(destination),
196196
CHIP_CONFIG_RMP_DEFAULT_MAX_RETRANS);
197197

0 commit comments

Comments
 (0)