Skip to content

Commit

Permalink
Fix typo in UpdateNOC log (#22589)
Browse files Browse the repository at this point in the history
  • Loading branch information
gharveymn authored Sep 13, 2022
1 parent 9441289 commit 8626d39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ bool emberAfOperationalCredentialsClusterUpdateNOCCallback(app::CommandHandler *
else
{
commandObj->AddStatus(commandPath, nonDefaultStatus);
ChipLogError(Zcl, "OpCreds: Failed AddNOC request with IM error 0x%02x", to_underlying(nonDefaultStatus));
ChipLogError(Zcl, "OpCreds: Failed UpdateNOC request with IM error 0x%02x", to_underlying(nonDefaultStatus));
}

return true;
Expand Down

0 comments on commit 8626d39

Please sign in to comment.