Skip to content

Commit ba81312

Browse files
author
Greg Sabino Mullane
committed
Show OS on failure-to-parse errors
1 parent 2fef14b commit ba81312

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

check_postgres.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2485,6 +2485,7 @@ sub run_command {
24852485
my $cline = (caller)[2];
24862486
my $args = join ' ' => @args;
24872487
warn "Version: $VERSION\n";
2488+
warn "OS: $^O\n";
24882489
warn "Action: $action\n";
24892490
warn "Calling line: $cline\n";
24902491
warn "Output: $line\n";

0 commit comments

Comments
 (0)