Skip to content

Commit 57b99d3

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

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
@@ -163,7 +163,7 @@ void RefrigeratorManager::TempCtrlAttributeChangeHandler(EndpointId endpointId,
163163
break;
164164

165165
default: {
166-
ChipLogDetail(AppServer, "Unhandled Temprature controlled attribute %ld", attributeId);
166+
ChipLogError(AppServer, "Unhandled Temperature controlled attribute %ld", attributeId);
167167
return;
168168
}
169169
break;

0 commit comments

Comments
 (0)