Show OS on failure-to-parse errors
authorGreg Sabino Mullane <[email protected]>
Mon, 14 Jul 2014 16:52:47 +0000 (12:52 -0400)
committerGreg Sabino Mullane <[email protected]>
Mon, 14 Jul 2014 16:52:47 +0000 (12:52 -0400)
check_postgres.pl

index a8fdb97f8d8e6f30380757a295dfe366ddb168f8..60e86c3b37eff7f8e6fcbda3e6dcb081a27752b2 100755 (executable)
@@ -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";