summaryrefslogtreecommitdiff
path: root/check_postgres.pl
diff options
context:
space:
mode:
authorGreg Sabino Mullane2011-02-09 04:54:04 +0000
committerGreg Sabino Mullane2011-02-09 04:54:04 +0000
commit6131e021ae91e1e4f53a5ce81bd847381776ae07 (patch)
tree08043a74956d325668cd15bef4a77f65f7851544 /check_postgres.pl
parent7e2a5daf498e7da9a53cbe356bd0b39a48ac35a5 (diff)
Remove debug string.
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-xcheck_postgres.pl2
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";