Skip to content

Commit

Permalink
Merge pull request #374 from lf-lang/fix-373
Browse files Browse the repository at this point in the history
Save trace file for RTI in abnormal termination
  • Loading branch information
lhstrh authored Feb 29, 2024
2 parents 0322744 + 2137f9e commit dbba138
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/federated/RTI/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ void termination() {
send_failed_signal(f);
}
if (rti.base.tracing_enabled) {
lf_tracing_global_shutdown();
lf_print("RTI trace file saved.");
}
lf_print("RTI is exiting abnormally.");
Expand Down

0 comments on commit dbba138

Please sign in to comment.