From: Gilles Darold Date: Tue, 2 Jul 2019 20:49:50 +0000 (+0200) Subject: Hide message of use of default out file when --rebuild is used. X-Git-Tag: v11.1~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b014cb30af65fed156c2713bdc695e888da2876d;p=pgbadger Hide message of use of default out file when --rebuild is used. --- diff --git a/pgbadger b/pgbadger index cc0d2bb..f88c5a5 100755 --- a/pgbadger +++ b/pgbadger @@ -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); }