We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7430d7 commit 409e482Copy full SHA for 409e482
examples/refrigerator-app/silabs/src/AppTask.cpp
@@ -90,7 +90,7 @@ CHIP_ERROR AppTask::Init()
90
err = RefrigeratorMgr().Init();
91
if (err != CHIP_NO_ERROR)
92
{
93
- ChipLogProgress(Zcl, "RefrigeratorMgr::Init() failed");
+ ChipLogError(AppServer, "RefrigeratorMgr::Init() failed");
94
appError(err);
95
}
96
0 commit comments