projects
/
check_postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e2a5da
)
Remove debug string.
author
Greg Sabino Mullane
<
[email protected]
>
Wed, 9 Feb 2011 04:54:04 +0000
(23:54 -0500)
committer
Greg Sabino Mullane
<
[email protected]
>
Wed, 9 Feb 2011 04:54:04 +0000
(23:54 -0500)
check_postgres.pl
patch
|
blob
|
blame
|
history
diff --git
a/check_postgres.pl
b/check_postgres.pl
index cbe3c37d81b15062804820fe1281237839ecfff1..a96ae8cb3e20df14ae6cd08ce4c202ce03d6720e 100755
(executable)
--- 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";