Skip to content

Commit

Permalink
Fix typo in UpdateNOC log (project-chip#22589)
Browse files Browse the repository at this point in the history
  • Loading branch information
gharveymn authored and isiu-apple committed Sep 16, 2022
1 parent 60328b0 commit 2e0b840
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 2e0b840

Please sign in to comment.