diff options
Diffstat (limited to 'src/sledjchisl/sledjchisl.c')
-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 | ||