Skip to content

Commit

Permalink
Update examples/refrigerator-app/silabs/src/AppTask.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Rohan Sahay <[email protected]>
  • Loading branch information
shgutte and rosahay-silabs committed Sep 20, 2024
1 parent 7de90a0 commit 3477324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/refrigerator-app/silabs/src/AppTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ CHIP_ERROR AppTask::Init()
err = BaseApplication::Init();
if (err != CHIP_NO_ERROR)
{
ChipLogProgress(Zcl, "BaseApplication::Init() failed");
ChipLogError(AppServer, "BaseApplication::Init() failed");
appError(err);
}
err = RefrigeratorMgr().Init();
Expand Down

0 comments on commit 3477324

Please sign in to comment.