Skip to content

Commit

Permalink
error log changed
Browse files Browse the repository at this point in the history
  • Loading branch information
jepenven-silabs committed Nov 5, 2021
1 parent bab6b7b commit 4616538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transport/SessionManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ void SessionManager::SecureGroupMessageDispatch(const PacketHeader & packetHeade
// Group Messages should never send an Ack
if (payloadHeader.NeedsAck())
{
ChipLogError(Inet, "Invalid condition found in protocol header");
ChipLogError(Inet, "Unexpected ACK requested for group message");
ExitNow(err = CHIP_ERROR_INCORRECT_STATE);
}

Expand Down

0 comments on commit 4616538

Please sign in to comment.