diff --git a/src/app/server/Server.h b/src/app/server/Server.h index eee11b0bc6ff60..7eea447e20dc45 100644 --- a/src/app/server/Server.h +++ b/src/app/server/Server.h @@ -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; }