Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdecenzo committed Feb 15, 2024
1 parent 4e3b2d8 commit d759a6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ void MessagesManager::HandlePresentMessagesRequest(const ByteSpan & messageId, c
ChipLogProgress(Zcl, "HandlePresentMessagesRequest message:%s", std::string(messageText.data(), messageText.size()).c_str());

VerifyOrReturn(messageId.size() == CachedMessage::kMessageIdLength,
ChipLogProgress(Zcl, "HandlePresentMessagesRequest invalid message id length:%zu", messageId.size()));
ChipLogProgress(Zcl, "HandlePresentMessagesRequest invalid message id length"));

auto cachedMessage = CachedMessage(messageId, priority, messageControl, startTime, duration,
std::string(messageText.data(), messageText.size()));
Expand Down

0 comments on commit d759a6f

Please sign in to comment.