aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sledjchisl/sledjchisl.c4
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);