From 4866f5cf7afab55212e6f16cd2ba728047e8435e Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Wed, 18 Jun 2008 23:43:18 -0400 Subject: [PATCH] Might as well say 1 instead of 0, to be accurate. --- check_postgres.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5