diff options
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 1893b62d6..a075d97c7 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -2500,7 +2500,7 @@ sub run_command { warn "Postgres version: $v\n"; } ## This is a serious parsing fail, so it can be helpful to have the whole enchilada: - warn "Full output: $db->{slurp}\n\n"; + warn 'Full output: ' . (Dumper $db->{slurp}) . "\n\n"; exit 1; } } |