@@ -72,7 +72,7 @@ class MatterEndPoint {
7272 log_v (" GET_VAL Suceess for cluster %d, attribute %d with value %d" , cluster_id, attribute_id, attrVal->val .u32 );
7373 return true ;
7474 }
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 );
7676 return false ;
7777 }
7878
@@ -86,7 +86,7 @@ class MatterEndPoint {
8686 log_v (" SET_VAL Suceess for cluster %d, attribute %d with value %d" , cluster_id, attribute_id, attrVal->val .u32 );
8787 return true ;
8888 }
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 );
9090 return false ;
9191 }
9292
@@ -96,7 +96,7 @@ class MatterEndPoint {
9696 log_v (" Update Suceess for cluster %d, attribute %d with value %d" , cluster_id, attribute_id, attrVal->val .u32 );
9797 return true ;
9898 }
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 );
100100 return false ;
101101 }
102102
0 commit comments