Skip to content

Commit

Permalink
Correct log message in OnGroupRemoved() (#27001)
Browse files Browse the repository at this point in the history
Log message is clearly copy and pasted and has not been adapted.
  • Loading branch information
markus-becker-tridonic-com authored and pull[bot] committed Nov 29, 2023
1 parent e4cb2e7 commit 1408920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/server/Server.h
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ class Server
const FabricInfo * fabric = mServer->GetFabricTable().FindFabricWithIndex(fabric_index);
if (fabric == nullptr)
{
ChipLogError(AppServer, "Group added to nonexistent fabric?");
ChipLogError(AppServer, "Group removed from nonexistent fabric?");
return;
}

Expand Down

0 comments on commit 1408920

Please sign in to comment.