From 6131e021ae91e1e4f53a5ce81bd847381776ae07 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Tue, 8 Feb 2011 23:54:04 -0500 Subject: [PATCH] Remove debug string. --- check_postgres.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.39.5