aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authoronefang2020-03-17 20:59:17 +1000
committeronefang2020-03-17 20:59:17 +1000
commitf600b9ed2e19bc3fb871d7ef02599185f9727e74 (patch)
treed372b62dbe89da9e2371bc0bfedbc30772970f14 /src
parentVarious other shuffles and clean ups. (diff)
downloadopensim-SC_OLD-f600b9ed2e19bc3fb871d7ef02599185f9727e74.zip
opensim-SC_OLD-f600b9ed2e19bc3fb871d7ef02599185f9727e74.tar.gz
opensim-SC_OLD-f600b9ed2e19bc3fb871d7ef02599185f9727e74.tar.bz2
opensim-SC_OLD-f600b9ed2e19bc3fb871d7ef02599185f9727e74.tar.xz
TODO++
Diffstat (limited to 'src')
-rw-r--r--src/sledjchisl/sledjchisl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c
index 765c987..78deaca 100644
--- a/src/sledjchisl/sledjchisl.c
+++ b/src/sledjchisl/sledjchisl.c
@@ -4504,6 +4504,8 @@ jit library is loaded or the JIT compiler will not be activated.
4504 scLog = xmprintf("%s%s/var/log", slsh, scRoot); 4504 scLog = xmprintf("%s%s/var/log", slsh, scRoot);
4505 } 4505 }
4506 4506
4507
4508// TODO - still a bitn chicken and egg here about the tmux socket and reading configs from scEtc /.sledjChisl.conf.lua
4507 if (!isWeb) 4509 if (!isWeb)
4508 { 4510 {
4509 I("Outputting to a terminal, not a web server."); 4511 I("Outputting to a terminal, not a web server.");