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 46e84d3 commit 6484154
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 @@ -118,7 +118,7 @@ void AppTask::AppTaskMain(void * pvParameter)
sAppTask.StartStatusLEDTimer();
#endif

ChipLogProgress(Zcl, "App Task started");
ChipLogError(AppServer, "App Task started");
while (true)
{
osStatus_t eventReceived = osMessageQueueGet(sAppEventQueue, &event, NULL, osWaitForever);
Expand Down

0 comments on commit 6484154

Please sign in to comment.