Skip to content

Commit

Permalink
Hide message of use of default out file when --rebuild is used.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilles Darold committed Jul 2, 2019
1 parent 2f2275f commit b014cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgbadger
Original file line number Diff line number Diff line change
Expand Up @@ -16255,7 +16255,7 @@ sub set_output_extension
# Append the current database name to the output file.
$of = $db . '_' . $of if ($report_per_database && $db ne $DBALL && $of ne '-');

&logmsg('DEBUG', "Output '$ext' reports will be written to $of");
&logmsg('DEBUG', "Output '$ext' reports will be written to $of") if (!$rebuild);

return ($of, $ext);
}
Expand Down

0 comments on commit b014cb3

Please sign in to comment.