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 committed Sep 26, 2024
1 parent 36784b8 commit 1921461
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 @@ -110,7 +110,7 @@ void AppTask::AppTaskMain(void * pvParameter)
CHIP_ERROR err = sAppTask.Init();
if (err != CHIP_NO_ERROR)
{
ChipLogProgress(Zcl, "AppTask.Init() failed");
ChipLogError(AppServer, "AppTask.Init() failed");
appError(err);
}

Expand Down

0 comments on commit 1921461

Please sign in to comment.