diff options
Diffstat (limited to '')
-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 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"); |