Skip to content

Commit

Permalink
Fix cluster-status printing (#13883)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjerryjohns authored and pull[bot] committed Feb 8, 2024
1 parent 53482df commit 4350599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/MessageDef/StatusIB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ CHIP_ERROR StatusIB::Parser::CheckSchemaValidity() const
{
ClusterStatus clusterStatus;
ReturnErrorOnFailure(reader.Get(clusterStatus));
PRETTY_PRINT("\tstatus = 0x%" PRIx8 ",", clusterStatus);
PRETTY_PRINT("\tcluster-status = 0x%" PRIx8 ",", clusterStatus);
}
#endif // CHIP_DETAIL_LOGGING
}
Expand Down

0 comments on commit 4350599

Please sign in to comment.