diff options
author | onefang | 2021-09-04 05:06:44 +1000 |
---|---|---|
committer | onefang | 2021-09-04 05:06:44 +1000 |
commit | eaeb3a8bc5b217f31d26bc9462e72b53fb02a617 (patch) | |
tree | d625b06f4410518d502d969b319d2b28854c1ce4 /src | |
parent | Better sledjchisl.conf.lua searching. (diff) | |
download | opensim-SC-eaeb3a8bc5b217f31d26bc9462e72b53fb02a617.zip opensim-SC-eaeb3a8bc5b217f31d26bc9462e72b53fb02a617.tar.gz opensim-SC-eaeb3a8bc5b217f31d26bc9462e72b53fb02a617.tar.bz2 opensim-SC-eaeb3a8bc5b217f31d26bc9462e72b53fb02a617.tar.xz |
Change sledjchisl logging level on the working directory checking stuff.
Diffstat (limited to '')
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index da9a7e6..7fc5e3c 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -8173,7 +8173,7 @@ void sledjchisl_main(void) | |||
8173 | sigatexit(cleanup); | 8173 | sigatexit(cleanup); |
8174 | 8174 | ||
8175 | pwd = xgetcwd(); | 8175 | pwd = xgetcwd(); |
8176 | V("Running in directory %s", pwd); | 8176 | I("Running in directory %s", pwd); |
8177 | 8177 | ||
8178 | if (-1 == fstat(STDIN_FILENO, &statbuf)) | 8178 | if (-1 == fstat(STDIN_FILENO, &statbuf)) |
8179 | { | 8179 | { |
@@ -8261,7 +8261,7 @@ Other possibilities - | |||
8261 | t1 = realpath(toybuf, NULL); | 8261 | t1 = realpath(toybuf, NULL); |
8262 | if (strcmp(t0, t1) != 0) | 8262 | if (strcmp(t0, t1) != 0) |
8263 | { | 8263 | { |
8264 | I("Not in the configured scRoot. %s != %s", t0, t1); | 8264 | W("Not in the configured scRoot. %s != %s", t0, t1); |
8265 | if (qfile_exist(toybuf)) | 8265 | if (qfile_exist(toybuf)) |
8266 | { | 8266 | { |
8267 | chdir(toybuf); | 8267 | chdir(toybuf); |