Skip to content

Commit

Permalink
Performing readstate
Browse files Browse the repository at this point in the history
  • Loading branch information
preston-rogers committed Sep 11, 2024
1 parent 7b9151a commit 8d8b304
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ bool jsd_init(jsd_t* self, const char* ifname, uint8_t enable_autorecovery, int
WARNING("Did not reach %s, actual state is %s",
jsd_ec_state_to_string(EC_STATE_OPERATIONAL),
jsd_ec_state_to_string(actual_state));
ecx_readstate(&self->ecx_context);
if (sent <= 0) {
WARNING("Process data could not be transmitted properly.");
}
Expand Down

0 comments on commit 8d8b304

Please sign in to comment.