File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,6 @@ void jsd_inspect_context(jsd_t* self) {
242
242
/* first check if the jsd bus is operational so we can get more info */
243
243
if (bus_state != EC_STATE_OPERATIONAL ) {
244
244
ERROR ("JSD bus is not OPERATIONAL." );
245
- return ;
246
245
}
247
246
248
247
/* one or more slaves may not be responding */
@@ -272,6 +271,9 @@ void jsd_inspect_context(jsd_t* self) {
272
271
if (total_operational_devices == * self -> ecx_context .slavecount ) {
273
272
MSG ("All slaves were operational at time of working counter fault." );
274
273
}
274
+ else {
275
+ MSG ("Some slaves were not operational. Error list displayed below:\n %s" , ecx_elist2string (self -> ecx_context ));
276
+ }
275
277
}
276
278
277
279
void jsd_read (jsd_t * self , int timeout_us ) {
You can’t perform that action at this time.
0 commit comments