Skip to content

Commit 6484154

Browse files
Update examples/refrigerator-app/silabs/src/AppTask.cpp
Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com>
1 parent 46e84d3 commit 6484154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/refrigerator-app/silabs/src/AppTask.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ void AppTask::AppTaskMain(void * pvParameter)
118118
sAppTask.StartStatusLEDTimer();
119119
#endif
120120

121-
ChipLogProgress(Zcl, "App Task started");
121+
ChipLogError(AppServer, "App Task started");
122122
while (true)
123123
{
124124
osStatus_t eventReceived = osMessageQueueGet(sAppEventQueue, &event, NULL, osWaitForever);

0 commit comments

Comments
 (0)