aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/sledjchisl
diff options
context:
space:
mode:
authoronefang2021-08-03 14:10:11 +1000
committeronefang2021-08-03 14:10:11 +1000
commitd0bacf40b028433021df2a4b9c48abbf265bf44d (patch)
tree1e01502c00278d6ab447d31e779caaaf23b91417 /src/sledjchisl
parentOutput the config settings as INFO. (diff)
downloadopensim-SC-d0bacf40b028433021df2a4b9c48abbf265bf44d.zip
opensim-SC-d0bacf40b028433021df2a4b9c48abbf265bf44d.tar.gz
opensim-SC-d0bacf40b028433021df2a4b9c48abbf265bf44d.tar.bz2
opensim-SC-d0bacf40b028433021df2a4b9c48abbf265bf44d.tar.xz
TODO++
Diffstat (limited to 'src/sledjchisl')
-rw-r--r--src/sledjchisl/sledjchisl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c
index be4ccf5..373dbb3 100644
--- a/src/sledjchisl/sledjchisl.c
+++ b/src/sledjchisl/sledjchisl.c
@@ -8109,6 +8109,7 @@ sims = -- Note these are .shini / tmux tab short names.
8109 { 8109 {
8110 snprintf(toybuf, sizeof(toybuf), "mono OpenSim.exe -inidirectory=%s/sim%d", scTemp, count); 8110 snprintf(toybuf, sizeof(toybuf), "mono OpenSim.exe -inidirectory=%s/sim%d", scTemp, count);
8111 sendTmuxCmd(simd->paneID, toybuf); 8111 sendTmuxCmd(simd->paneID, toybuf);
8112// TODO - some compromise, do a premptive load check if we are not doing a wait anyway.
8112 if (0 == doWait) 8113 if (0 == doWait)
8113 { 8114 {
8114 snprintf(toybuf, sizeof(toybuf), "INITIALIZATION COMPLETE FOR %s", simd->name); 8115 snprintf(toybuf, sizeof(toybuf), "INITIALIZATION COMPLETE FOR %s", simd->name);