From 32556f516e6a7cac2a8346ec8d8ac67f1be67028 Mon Sep 17 00:00:00 2001 From: Oskar Date: Thu, 25 Jul 2024 19:14:12 +0200 Subject: stderr -> stdout --- trashsys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trashsys.c b/trashsys.c index 227af69..255553f 100644 --- a/trashsys.c +++ b/trashsys.c @@ -903,7 +903,7 @@ int clear_old_files (int file_age_in_days, struct initial_path_info *ipi) { } if(concat_str(cur_log_path, REM_SZ(PATH_MAX, cur_log_path), ".log") == NULL) { - cvm_fprintf(v_cvm_fprintf, stderr, "Paths are too long. Continuing to next file.\n"); + cvm_fprintf(v_cvm_fprintf, stdout, "Paths are too long. Continuing to next file.\n"); continue; } -- cgit v1.2.3