summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Sabino Mullane2009-02-21 14:50:57 +0000
committerGreg Sabino Mullane2009-02-21 14:50:57 +0000
commite91ddd70367c8d6f11b3a0cc38ba587ebe525302 (patch)
tree8b50057e51341b4bb4cd35c0c2bf06326f9a127b
parent54b650217c94455592a7ebb4f1a3bd597869d9d3 (diff)
Typo caught by Guillaume Lelarge
-rwxr-xr-xcheck_postgres.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/check_postgres.pl b/check_postgres.pl
index f49f00f5e..831cbe47c 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -105,7 +105,7 @@ our %msg = (
'die-noset' => q{Cannot run "$1" $2 is not set to on},
'die-nosetting' => q{Could not fetch setting '$1'},
'diskspace-df' => q{Could not find required executable /bin/df},
- 'diskspace-fail' => q{Invalid result from command "$1": $1},
+ 'diskspace-fail' => q{Invalid result from command "$1": $2},
'diskspace-msg' => q{FS $1 mounted on $2 is using $3 of $4 ($5%)},
'diskspace-nodata' => q{Could not determine data_directory: are you connecting as a superuser?},
'diskspace-nodir' => q{Could not find data directory "$1"},