Skip to content

Commit

Permalink
Forgot a
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Brawner <stephenbrawner@verbsurgical.com>
  • Loading branch information
Stephen Brawner committed May 20, 2020
1 parent 71607bc commit f269c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcl_lifecycle/src/default_state_machine.c
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ fail:;
} else if (strcmp(current_error, "") != 0) {
RCL_SET_ERROR_MSG(current_error);
} else {
RCL_SET_ERROR_MSG("Unspecified in default_state_machine _register_transitions()");
RCL_SET_ERROR_MSG("Unspecified error in default_state_machine _register_transitions()");
}

return RCL_RET_ERROR;
Expand Down

0 comments on commit f269c23

Please sign in to comment.