Skip to content

Commit

Permalink
Typo + Adjust message
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadliaJerad committed Mar 18, 2024
1 parent d532508 commit bc17f00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/C/src/federated/transient/TransientStatePersistence.lf
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ reactor TransientExec(launch_time: time = 0, fed_instance_name: char* = "instanc
lf_get_federation_id()
);

lf_print("Launching federate federate__%s at physical time " PRINTF_TIME ".",
mid_launch_cmd,
lf_print("Launching federate %s at physical time " PRINTF_TIME ".",
self->fed_instance_name,
lf_time_physical());

int status = system(mid_launch_cmd);
Expand Down Expand Up @@ -160,7 +160,7 @@ reactor Down {

reaction(shutdown) in {=
if(self->count_join == 2 && in->value < 4) {
lf_print_error_and_exit("Mid Joined twise, but the state did not persist \
lf_print_error_and_exit("Mid Joined twice, but the state did not persist \
across executions! state_count is %d, while is should be > then %d.",
in->value,
4);
Expand Down

0 comments on commit bc17f00

Please sign in to comment.