IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20540


Ignore:
Timestamp:
Nov 4, 2008, 4:49:43 PM (18 years ago)
Author:
eugene
Message:

verbose output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/flatcorr_proc.pl

    r20408 r20540  
    152152
    153153    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    154         run(command => $command, verbose => 0);
     154        run(command => $command, verbose => $verbose);
    155155    unless ($success) {
    156156        $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
     
    178178
    179179    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    180         run(command => $command, verbose => 0);
     180        run(command => $command, verbose => $verbose);
    181181    unless ($success) {
    182182        $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
Note: See TracChangeset for help on using the changeset viewer.