]> granicus.if.org Git - pgbadger/commitdiff
Hide message of use of default out file when --rebuild is used.
authorGilles Darold <gilles.darold@lzlabs.com>
Tue, 2 Jul 2019 20:49:50 +0000 (22:49 +0200)
committerGilles Darold <gilles.darold@lzlabs.com>
Tue, 2 Jul 2019 20:49:50 +0000 (22:49 +0200)
pgbadger

index cc0d2bbea7219beb73cecfb6d0aef5bc71f1f2fa..f88c5a5fa6bc20df2248ddaf63297a137f6fa578 100755 (executable)
--- 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);
 }