@@ -72,7 +72,7 @@ class MatterEndPoint {
72
72
log_v (" GET_VAL Suceess for cluster %d, attribute %d with value %d" , cluster_id, attribute_id, attrVal->val .u32 );
73
73
return true ;
74
74
}
75
- log_v (" GET_VAL FAILED! for cluster %d, attribute %d with value %d" , cluster_id, attribute_id, attrVal->val .u32 );
75
+ log_e (" GET_VAL FAILED! for cluster %d, attribute %d with value %d" , cluster_id, attribute_id, attrVal->val .u32 );
76
76
return false ;
77
77
}
78
78
@@ -86,7 +86,7 @@ class MatterEndPoint {
86
86
log_v (" SET_VAL Suceess for cluster %d, attribute %d with value %d" , cluster_id, attribute_id, attrVal->val .u32 );
87
87
return true ;
88
88
}
89
- log_v (" SET_VAL FAILED! for cluster %d, attribute %d with value %d" , cluster_id, attribute_id, attrVal->val .u32 );
89
+ log_e (" SET_VAL FAILED! for cluster %d, attribute %d with value %d" , cluster_id, attribute_id, attrVal->val .u32 );
90
90
return false ;
91
91
}
92
92
@@ -96,7 +96,7 @@ class MatterEndPoint {
96
96
log_v (" Update Suceess for cluster %d, attribute %d with value %d" , cluster_id, attribute_id, attrVal->val .u32 );
97
97
return true ;
98
98
}
99
- log_v (" Update FAILED! for cluster %d, attribute %d with value %d" , cluster_id, attribute_id, attrVal->val .u32 );
99
+ log_e (" Update FAILED! for cluster %d, attribute %d with value %d" , cluster_id, attribute_id, attrVal->val .u32 );
100
100
return false ;
101
101
}
102
102
0 commit comments