@@ -223,15 +223,15 @@ void ExchangeManager::OnMessageReceived(const PacketHeader & packetHeader, const
223
223
//
224
224
// Legend that can be used to decode this log line can be found in README.md
225
225
//
226
- ChipLogProgress (
227
- ExchangeManager,
228
- " >>> [E: " ChipLogFormatExchangeId " S:%u M: " ChipLogFormatMessageCounter " %s] (%s) Msg RX from %u:" ChipLogFormatX64
229
- " [%04X] --- Type %s (%s:%s) (B:%u) " ,
230
- ChipLogValueExchangeIdFromReceivedHeader (payloadHeader ), session-> SessionIdForLogging ( ), packetHeader. GetMessageCounter (),
231
- ackBuf, Transport::GetSessionTypeString (session), session-> GetFabricIndex () ,
232
- ChipLogValueX64 (session-> GetPeer (). GetNodeId ()), static_cast < uint16_t >(compressedFabricId), typeStr, protocolName,
233
- msgTypeName,
234
- static_cast < unsigned >(msgBuf-> TotalLength () + packetHeader. EncodeSizeBytes () + payloadHeader.EncodeSizeBytes ()));
226
+ ChipLogProgress (ExchangeManager,
227
+ " >>> [E: " ChipLogFormatExchangeId " S:%u M: " ChipLogFormatMessageCounter
228
+ " %s] (%s) Msg RX from %u:" ChipLogFormatX64 " [%04X] --- Type %s (%s:%s) (B:%u) " ,
229
+ ChipLogValueExchangeIdFromReceivedHeader (payloadHeader), session-> SessionIdForLogging () ,
230
+ packetHeader. GetMessageCounter ( ), ackBuf, Transport::GetSessionTypeString (session ), session-> GetFabricIndex (),
231
+ ChipLogValueX64 (session-> GetPeer (). GetNodeId ()), static_cast < uint16_t >(compressedFabricId), typeStr ,
232
+ protocolName, msgTypeName ,
233
+ static_cast < unsigned >(msgBuf-> TotalLength () + packetHeader. EncodeSizeBytes () + packetHeader. MICTagLength () +
234
+ payloadHeader.EncodeSizeBytes ()));
235
235
#endif
236
236
237
237
MessageFlags msgFlags;
0 commit comments