Skip to content

Commit 4fbb566

Browse files
committed
Updated the error message
1 parent 507d424 commit 4fbb566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ void RefrigeratorUI::DrawUI(GLIB_Context_t * glibContext)
6464
{
6565
if (glibContext == nullptr)
6666
{
67-
ChipLogDetail(AppServer, "App Task started");
67+
ChipLogError(AppServer, "App Task started");
6868
return;
6969
}
7070

0 commit comments

Comments
 (0)