From ba8131278add03eb53ac539d22bdbde8c413b350 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Mon, 14 Jul 2014 12:52:47 -0400 Subject: Show OS on failure-to-parse errors --- check_postgres.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'check_postgres.pl') diff --git a/check_postgres.pl b/check_postgres.pl index a8fdb97f8..60e86c3b3 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -2485,6 +2485,7 @@ sub run_command { my $cline = (caller)[2]; my $args = join ' ' => @args; warn "Version: $VERSION\n"; + warn "OS: $^O\n"; warn "Action: $action\n"; warn "Calling line: $cline\n"; warn "Output: $line\n"; -- cgit v1.2.3