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:
4c3a7e9
)
Typo, caught by Cédric Villemain
author
Greg Sabino Mullane
<greg@endpoint.com>
Mon, 23 Feb 2009 12:31:40 +0000
(07:31 -0500)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Mon, 23 Feb 2009 12:31:40 +0000
(07:31 -0500)
check_postgres.pl
patch
|
blob
|
blame
|
history
diff --git
a/check_postgres.pl
b/check_postgres.pl
index 1d114a1f2793d9040c28fe0b2437e45f356c483d..6dd2c89ecf515a40b8cc83a31dfe1d722bfad40e 100755
(executable)
--- a/
check_postgres.pl
+++ b/
check_postgres.pl
@@
-1969,7
+1969,7
@@
sub validate_range {
ndie msg('range-noopt-only');
}
if (! length $warning and ! length $critical) {
- ndie msg('range-nopt-one');
+ ndie msg('range-no
o
pt-one');
}
}