Skip to content

Commit b5a9777

Browse files
Update examples/refrigerator-app/silabs/src/RefrigeratorManager.cpp
Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com>
1 parent 71239cf commit b5a9777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ void RefrigeratorManager::RefAlaramAttributeChangeHandler(EndpointId endpointId,
197197
break;
198198

199199
default: {
200-
ChipLogDetail(AppServer, "Unhandled Refrigerator Alarm attribute %ld", attributeId);
200+
ChipLogError(AppServer, "Unhandled Refrigerator Alarm attribute %ld", attributeId);
201201
return;
202202
}
203203
break;

0 commit comments

Comments
 (0)