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 <Rohan.Sahay@silabs.com>
  • Loading branch information
shgutte and rosahay-silabs authored Sep 17, 2024
1 parent e7430d7 commit 409e482
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 @@ -90,7 +90,7 @@ CHIP_ERROR AppTask::Init()
err = RefrigeratorMgr().Init();
if (err != CHIP_NO_ERROR)
{
ChipLogProgress(Zcl, "RefrigeratorMgr::Init() failed");
ChipLogError(AppServer, "RefrigeratorMgr::Init() failed");
appError(err);
}

Expand Down

0 comments on commit 409e482

Please sign in to comment.