From bc17f00379689d15022c3a859c1318b616ddae67 Mon Sep 17 00:00:00 2001 From: Chadlia Jerad Date: Mon, 18 Mar 2024 05:58:59 +0100 Subject: [PATCH] Typo + Adjust message --- test/C/src/federated/transient/TransientStatePersistence.lf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/C/src/federated/transient/TransientStatePersistence.lf b/test/C/src/federated/transient/TransientStatePersistence.lf index 92d9e467cc..8f73c6f18f 100644 --- a/test/C/src/federated/transient/TransientStatePersistence.lf +++ b/test/C/src/federated/transient/TransientStatePersistence.lf @@ -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); @@ -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);