Skip to content

Commit

Permalink
Change stderr to stdout on non-error output
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Homafar committed Mar 4, 2022
1 parent acb45ad commit d8f15c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/goaccess.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ cleanup (int ret) {
if (!conf.output_stdout)
endwin ();

fprintf (stderr, "Cleaning up resources...\n");
fprintf (stdout, "Cleaning up resources...\n");
/* unable to process valid data */
if (ret)
output_logerrors ();
Expand Down

0 comments on commit d8f15c6

Please sign in to comment.