Skip to content

Commit

Permalink
Fix cluster-status printing (project-chip#13883)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjerryjohns authored and selissia committed Jan 28, 2022
1 parent da54017 commit eae8a1a
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 eae8a1a

Please sign in to comment.