diff --git a/plugins/postgresql/pgbouncer_ b/plugins/postgresql/pgbouncer_ index 610c4834..7c1c2e7b 100755 --- a/plugins/postgresql/pgbouncer_ +++ b/plugins/postgresql/pgbouncer_ @@ -166,7 +166,7 @@ foreach my $get ('pools', 'stats') my $pre = $dbh->prepare("SHOW $get") or die ("Cannot prepare query"); $pre->execute() - or die ("Cannot execute statement") + or die ("Cannot execute statement"); while (@data = $pre->fetchrow) { # first defines the pool