Skip to content

Commit

Permalink
Apply code review comment: log category switch
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Apr 12, 2024
1 parent 84dec17 commit 12ef336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/AttributeAccessInterfaceRegistry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ bool registerAttributeAccessOverride(AttributeAccessInterface * attrOverride)
{
if (cur->Matches(*attrOverride))
{
ChipLogError(Zcl, "Duplicate attribute override registration failed");
ChipLogError(InteractionModel, "Duplicate attribute override registration failed");
return false;
}
}
Expand Down

0 comments on commit 12ef336

Please sign in to comment.