aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2021-08-27 20:28:20 +1000
committeronefang2021-08-27 20:28:20 +1000
commitc3bf5c5fe976a97bc92a2ff14f2f2a8e14acbfb8 (patch)
tree27cce25ec9aafc889aacdf589d86c92a8cc0bf19
parentMake sure we can run sledjchisl most places. (diff)
downloadopensim-SC-c3bf5c5fe976a97bc92a2ff14f2f2a8e14acbfb8.zip
opensim-SC-c3bf5c5fe976a97bc92a2ff14f2f2a8e14acbfb8.tar.gz
opensim-SC-c3bf5c5fe976a97bc92a2ff14f2f2a8e14acbfb8.tar.bz2
opensim-SC-c3bf5c5fe976a97bc92a2ff14f2f2a8e14acbfb8.tar.xz
Log++
-rw-r--r--src/sledjchisl/sledjchisl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c
index 6a45d82..17525b8 100644
--- a/src/sledjchisl/sledjchisl.c
+++ b/src/sledjchisl/sledjchisl.c
@@ -8129,6 +8129,7 @@ int scanForConfigs(char **cPaths)
8129 else 8129 else
8130 snprintf(toybuf, sizeof(toybuf), "%s/%s", pwd, cPaths[i]); 8130 snprintf(toybuf, sizeof(toybuf), "%s/%s", pwd, cPaths[i]);
8131 8131
8132V("Looking for config file %s", toybuf);
8132 if (qfile_exist(toybuf)) 8133 if (qfile_exist(toybuf))
8133 { 8134 {
8134 I("Loading configuration file (maybe) - %s", toybuf); 8135 I("Loading configuration file (maybe) - %s", toybuf);