diff options
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index cbe3c37d8..a96ae8cb3 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -1253,7 +1253,7 @@ sub finishup { $pmsg .= $m; } $pmsg =~ s/^\s+//; - $pmsg and print "| ($pmsg) GOGO"; + $pmsg and print "| ($pmsg)"; } print "\n"; |