From: Greg Sabino Mullane Date: Sat, 21 Feb 2009 14:50:57 +0000 (-0500) Subject: Typo caught by Guillaume Lelarge X-Git-Tag: 2.9.0~160 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=e91ddd70367c8d6f11b3a0cc38ba587ebe525302;p=check_postgres.git Typo caught by Guillaume Lelarge --- 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"},