diff --git a/examples/chef/common/stubs.cpp b/examples/chef/common/stubs.cpp index f7b4b491451b0e..8f04cb7135306a 100644 --- a/examples/chef/common/stubs.cpp +++ b/examples/chef/common/stubs.cpp @@ -262,12 +262,12 @@ void emberAfWakeOnLanClusterInitCallback(EndpointId endpoint) void ApplicationInit() { - ChipLogProgress(NotSpecified, "Chef Application Init !!!") + ChipLogProgress(NotSpecified, "Chef Application Init !!!"); } void ApplicationShutdown() { - ChipLogProgress(NotSpecified, "Chef Application Down !!!") + ChipLogProgress(NotSpecified, "Chef Application Down !!!"); } // No-op function, used to force linking this file,