diff options
author | Greg Sabino Mullane | 2011-02-09 04:54:04 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2011-02-09 04:54:04 +0000 |
commit | 6131e021ae91e1e4f53a5ce81bd847381776ae07 (patch) | |
tree | 08043a74956d325668cd15bef4a77f65f7851544 /check_postgres.pl | |
parent | 7e2a5daf498e7da9a53cbe356bd0b39a48ac35a5 (diff) |
Remove debug string.
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"; |