From eaeb3a8bc5b217f31d26bc9462e72b53fb02a617 Mon Sep 17 00:00:00 2001 From: onefang Date: Sat, 4 Sep 2021 05:06:44 +1000 Subject: Change sledjchisl logging level on the working directory checking stuff. --- src/sledjchisl/sledjchisl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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) sigatexit(cleanup); pwd = xgetcwd(); - V("Running in directory %s", pwd); + I("Running in directory %s", pwd); if (-1 == fstat(STDIN_FILENO, &statbuf)) { @@ -8261,7 +8261,7 @@ Other possibilities - t1 = realpath(toybuf, NULL); if (strcmp(t0, t1) != 0) { - I("Not in the configured scRoot. %s != %s", t0, t1); + W("Not in the configured scRoot. %s != %s", t0, t1); if (qfile_exist(toybuf)) { chdir(toybuf); -- cgit v1.1