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