Skip to content

Commit 8626d39

Browse files
authored
Fix typo in UpdateNOC log (#22589)
1 parent 9441289 commit 8626d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/clusters/operational-credentials-server/operational-credentials-server.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ bool emberAfOperationalCredentialsClusterUpdateNOCCallback(app::CommandHandler *
848848
else
849849
{
850850
commandObj->AddStatus(commandPath, nonDefaultStatus);
851-
ChipLogError(Zcl, "OpCreds: Failed AddNOC request with IM error 0x%02x", to_underlying(nonDefaultStatus));
851+
ChipLogError(Zcl, "OpCreds: Failed UpdateNOC request with IM error 0x%02x", to_underlying(nonDefaultStatus));
852852
}
853853

854854
return true;

0 commit comments

Comments
 (0)