Skip to content

Commit

Permalink
Print host to try to figure out why the wrong script code is generated
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardalee committed May 12, 2022
1 parent df7dab9 commit c8c7499
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions org.lflang/src/org/lflang/federated/launcher/FedLauncher.java
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ public void createLauncher(
target = user + "@" + host;
}

shCode.append("#### Host is " + host);

// Launch the RTI in the foreground.
if (host.equals("localhost") || host.equals("0.0.0.0")) {
// FIXME: the paths below will not work on Windows
Expand Down

0 comments on commit c8c7499

Please sign in to comment.