From ae93f82e536ad4d931f03903299d0e047ce8735b Mon Sep 17 00:00:00 2001 From: Mathieu Kardous Date: Fri, 4 Mar 2022 08:08:26 -0500 Subject: [PATCH] fix mg24 light-switch --- src/transport/SessionManager.cpp | 12 ++++++------ third_party/efr32_sdk/repo | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/transport/SessionManager.cpp b/src/transport/SessionManager.cpp index 58c5ee2ace5ad7..d9c6cf97a8accf 100644 --- a/src/transport/SessionManager.cpp +++ b/src/transport/SessionManager.cpp @@ -259,12 +259,12 @@ CHIP_ERROR SessionManager::SendPreparedMessage(const SessionHandle & sessionHand multicastAddress.ToString(addressStr, Transport::PeerAddress::kMaxToStringSize); ChipLogProgress(Inet, - "Sending %s msg %p with MessageCounter:" ChipLogFormatMessageCounter " to %d" - " at monotonic time: %" PRId64 - " msec to Multicast IPV6 address : %s with GroupID of %d and fabric Id of %d", - "encrypted", &preparedMessage, preparedMessage.GetMessageCounter(), groupSession->GetGroupId(), - System::SystemClock().GetMonotonicMilliseconds64().count(), addressStr, groupSession->GetGroupId(), - groupSession->GetFabricIndex()); + "Sending %s msg %p with MessageCounter:" ChipLogFormatMessageCounter + " to Multicast IPV6 address : %s with GroupID of %d and fabric Id of %d" + " at monotonic time: %" PRId64, + sessionHandle->GetSessionTypeString(), &preparedMessage, preparedMessage.GetMessageCounter(), addressStr, + groupSession->GetGroupId(), groupSession->GetFabricIndex(), + System::SystemClock().GetMonotonicMilliseconds64().count()); } break; case Transport::Session::SessionType::kSecure: { diff --git a/third_party/efr32_sdk/repo b/third_party/efr32_sdk/repo index 4cf4906e3327ac..1f6ff3d05c9400 160000 --- a/third_party/efr32_sdk/repo +++ b/third_party/efr32_sdk/repo @@ -1 +1 @@ -Subproject commit 4cf4906e3327ac5c5fccdf9c500a85987c489ae3 +Subproject commit 1f6ff3d05c94003899f3599b2e3ca524c5aa5495