diff options
author | onefang | 2021-08-20 21:37:33 +1000 |
---|---|---|
committer | onefang | 2021-08-20 21:37:33 +1000 |
commit | 55db1faba6e0286f8aae17b6874f6acadfd66110 (patch) | |
tree | c6007daec2ee2005fdde13362a22a009f96ee6b7 | |
parent | Make sure permisions and files aor correct on sledjchisl startup. (diff) | |
download | opensim-SC-55db1faba6e0286f8aae17b6874f6acadfd66110.zip opensim-SC-55db1faba6e0286f8aae17b6874f6acadfd66110.tar.gz opensim-SC-55db1faba6e0286f8aae17b6874f6acadfd66110.tar.bz2 opensim-SC-55db1faba6e0286f8aae17b6874f6acadfd66110.tar.xz |
Tweak one sledjchisl output.
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index d82b7e1..175cf4d 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -8235,7 +8235,7 @@ Build the OpenSim. | |||
8235 | //////////////////////////////////////////////////////////////////////////////////////////////////// | 8235 | //////////////////////////////////////////////////////////////////////////////////////////////////// |
8236 | // Figure out what and where we are. | 8236 | // Figure out what and where we are. |
8237 | //////////////////////////////////////////////////////////////////////////////////////////////////// | 8237 | //////////////////////////////////////////////////////////////////////////////////////////////////// |
8238 | I("Outputting to a terminal, not a web server."); | 8238 | V("Outputting to a terminal, not a web server."); |
8239 | // Check if we are already running inside the proper tmux server. | 8239 | // Check if we are already running inside the proper tmux server. |
8240 | char *eTMUX = getenv("TMUX"); | 8240 | char *eTMUX = getenv("TMUX"); |
8241 | 8241 | ||