We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 507d424 commit 4fbb566Copy full SHA for 4fbb566
examples/refrigerator-app/silabs/src/RefrigeratorUI.cpp
@@ -64,7 +64,7 @@ void RefrigeratorUI::DrawUI(GLIB_Context_t * glibContext)
64
{
65
if (glibContext == nullptr)
66
67
- ChipLogDetail(AppServer, "App Task started");
+ ChipLogError(AppServer, "App Task started");
68
return;
69
}
70
0 commit comments