From: Greg Sabino Mullane Date: Thu, 19 Jun 2008 03:43:18 +0000 (-0400) Subject: Might as well say 1 instead of 0, to be accurate. X-Git-Tag: 2.9.0~307 X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=4866f5cf7afab55212e6f16cd2ba728047e8435e;p=check_postgres.git Might as well say 1 instead of 0, to be accurate. --- diff --git a/check_postgres.pl b/check_postgres.pl index 8dae8f5a7..3fa467c56 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -1239,7 +1239,7 @@ sub check_backends { return; } my $limit = $1; - add_ok qq{0 of $limit connections}; + add_ok qq{1 of $limit connections}; return; }