aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2021-09-04 15:11:02 +1000
committeronefang2021-09-04 15:11:02 +1000
commitdfaf754e14fbc6782ae9ff583e32ef4e5e997987 (patch)
treed11e2d6a4b195024d77376f456867e56697dbb24
parentWhitespace tweaks. (diff)
downloadopensim-SC-dfaf754e14fbc6782ae9ff583e32ef4e5e997987.zip
opensim-SC-dfaf754e14fbc6782ae9ff583e32ef4e5e997987.tar.gz
opensim-SC-dfaf754e14fbc6782ae9ff583e32ef4e5e997987.tar.bz2
opensim-SC-dfaf754e14fbc6782ae9ff583e32ef4e5e997987.tar.xz
Log the web socket.
-rw-r--r--src/sledjchisl/sledjchisl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c
index cad8e74..85722c5 100644
--- a/src/sledjchisl/sledjchisl.c
+++ b/src/sledjchisl/sledjchisl.c
@@ -9011,7 +9011,7 @@ Create the /opt/opensim-SC directory structure.
9011 9011
9012 // FCGI_LISTENSOCK_FILENO is the socket to the web server. 9012 // FCGI_LISTENSOCK_FILENO is the socket to the web server.
9013 // STDOUT and STDERR go to the web servers error log, or at least it does in Apache 2 mod_fcgid. 9013 // STDOUT and STDERR go to the web servers error log, or at least it does in Apache 2 mod_fcgid.
9014 I("Running SledjChisl inside a web server, pid %d.", getpid()); 9014 I("Running SledjChisl inside a web server, pid %d, socket %s/sledjchisl.socket.", getpid(), scRun);
9015 9015
9016 if (0 == toys.optc) 9016 if (0 == toys.optc)
9017 D("no args"); 9017 D("no args");