diff options
author | onefang | 2021-08-25 18:49:50 +1000 |
---|---|---|
committer | onefang | 2021-08-25 18:49:50 +1000 |
commit | 7b05a2c8ebf076e846c02701be80748a94c5b39b (patch) | |
tree | ead3a6a525dc4144d51068d115832d011a6fada7 | |
parent | Minor clean up. (diff) | |
download | opensim-SC-7b05a2c8ebf076e846c02701be80748a94c5b39b.zip opensim-SC-7b05a2c8ebf076e846c02701be80748a94c5b39b.tar.gz opensim-SC-7b05a2c8ebf076e846c02701be80748a94c5b39b.tar.bz2 opensim-SC-7b05a2c8ebf076e846c02701be80748a94c5b39b.tar.xz |
Log++
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 2a45c19..acf229a 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -8621,6 +8621,7 @@ Create the /opt/opensim-SC directory structure. | |||
8621 | if ((STOP == currentMode) && (NULL == ourSims->target)) | 8621 | if ((STOP == currentMode) && (NULL == ourSims->target)) |
8622 | { | 8622 | { |
8623 | // Stop all the sims. | 8623 | // Stop all the sims. |
8624 | I("Stopping all the sims."); | ||
8624 | ourSims->doIt = 1; | 8625 | ourSims->doIt = 1; |
8625 | forEachSim(NULL, stopSims, NULL); | 8626 | forEachSim(NULL, stopSims, NULL); |
8626 | 8627 | ||
@@ -8628,6 +8629,7 @@ Create the /opt/opensim-SC directory structure. | |||
8628 | { | 8629 | { |
8629 | if (checkSimIsRunning("ROBUST")) | 8630 | if (checkSimIsRunning("ROBUST")) |
8630 | { | 8631 | { |
8632 | I("Stopping ROBUST."); | ||
8631 | sendTmuxCmd("@0.%1", "quit"); | 8633 | sendTmuxCmd("@0.%1", "quit"); |
8632 | while (checkSimIsRunning("ROBUST")) | 8634 | while (checkSimIsRunning("ROBUST")) |
8633 | usleep(100000); | 8635 | usleep(100000); |