@@ -144,7 +144,7 @@ static bool emitDSTTableEmptyEvent(EndpointId ep)
144
144
145
145
if (CHIP_NO_ERROR != error)
146
146
{
147
- ChipLogError (Zcl, " DSTTableEmptyEvent failed" );
147
+ ChipLogError (Zcl, " DSTTableEmptyEvent failed: % " CHIP_ERROR_FORMAT, error. Format () );
148
148
return false ;
149
149
}
150
150
ChipLogProgress (Zcl, " DSTTableEmptyEvent" );
@@ -164,7 +164,7 @@ static bool emitDSTStatusEvent(EndpointId ep, bool dstOffsetActive)
164
164
165
165
if (CHIP_NO_ERROR != error)
166
166
{
167
- ChipLogError (Zcl, " DSTStatusEvent failed" );
167
+ ChipLogError (Zcl, " DSTStatusEvent failed: % " CHIP_ERROR_FORMAT, error. Format () );
168
168
return false ;
169
169
}
170
170
@@ -190,7 +190,7 @@ static bool emitTimeZoneStatusEvent(EndpointId ep)
190
190
191
191
if (CHIP_NO_ERROR != error)
192
192
{
193
- ChipLogError (Zcl, " TimeZoneStatusEvent failed" );
193
+ ChipLogError (Zcl, " TimeZoneStatusEvent failed: % " CHIP_ERROR_FORMAT, error. Format () );
194
194
return false ;
195
195
}
196
196
@@ -207,7 +207,7 @@ static bool emitTimeFailureEvent(EndpointId ep)
207
207
208
208
if (CHIP_NO_ERROR != error)
209
209
{
210
- ChipLogError (Zcl, " TimeFailureEvent failed" );
210
+ ChipLogError (Zcl, " TimeFailureEvent failed: % " CHIP_ERROR_FORMAT, error. Format () );
211
211
return false ;
212
212
}
213
213
0 commit comments