We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e557411 commit 71239cfCopy full SHA for 71239cf
examples/refrigerator-app/silabs/src/AppTask.cpp
@@ -84,7 +84,7 @@ CHIP_ERROR AppTask::Init()
84
err = BaseApplication::Init();
85
if (err != CHIP_NO_ERROR)
86
{
87
- ChipLogProgress(Zcl, "BaseApplication::Init() failed");
+ ChipLogError(AppServer, "BaseApplication::Init() failed");
88
appError(err);
89
}
90
err = RefrigeratorMgr().Init();
0 commit comments