diff options
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |