Skip to content

Commit

Permalink
Update examples/refrigerator-app/silabs/src/RefrigeratorManager.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Rohan Sahay <[email protected]>
  • Loading branch information
shgutte and rosahay-silabs authored Sep 17, 2024
1 parent 409e482 commit e557411
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ void RefrigeratorManager::RefAndTempCtrlAttributeChangeHandler(EndpointId endpoi
break;

default: {
ChipLogDetail(AppServer, "Unhandled Refrigerator and Temprature attribute %ld", attributeId);
ChipLogError(AppServer, "Unhandled Refrigerator and Temperature attribute %ld", attributeId);
return;
}
break;
Expand Down

0 comments on commit e557411

Please sign in to comment.