diff options
author | Oskar <[email protected]> | 2024-07-25 19:14:12 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-07-25 19:14:12 +0200 |
commit | 32556f516e6a7cac2a8346ec8d8ac67f1be67028 (patch) | |
tree | a22d4b36f5d4cf339fd233baaddde9305596b898 | |
parent | 141ecaef7a36038d3e5eb7222b3e5987aee5a5c1 (diff) |
stderr -> stdout
-rw-r--r-- | trashsys.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |