Skip to content

Commit 9cec913

Browse files
committed
fix(matter): code log level review - few chnages
1 parent f9b2dec commit 9cec913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Matter/src/MatterEndpoints/MatterFan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ bool MatterFan::attributeChangeCB(uint16_t endpoint_id, uint32_t cluster_id, uin
4747
return false;
4848
}
4949

50-
log_i("===> Fan Attr update callback: endpoint: %u, cluster: %u, attribute: %u, val: %u", endpoint_id, cluster_id, attribute_id, val->val.u32);
50+
log_d("Fan Attr update callback: endpoint: %u, cluster: %u, attribute: %u, val: %u", endpoint_id, cluster_id, attribute_id, val->val.u32);
5151

5252
if (endpoint_id == getEndPointId() && cluster_id == FanControl::Id) {
5353
switch (attribute_id) {

0 commit comments

Comments
 (0)