IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 13, 2010, 12:38:42 PM (16 years ago)
Author:
watersc1
Message:

typo in cleaning code claimed the wrong tool failed. fixed.

File:
1 edited

Legend:

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

    r28609 r28666  
    10701070                unless ($success) {
    10711071                    $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
    1072                     &my_die("Unable to perform stacktool: $error_code", 0,0,$date, $PS_EXIT_SYS_ERROR);
     1072                    &my_die("Unable to perform cleantool ($command): $error_code", 0,0,$date, $PS_EXIT_SYS_ERROR);
    10731073                }
    10741074            }
     
    10901090                    unless ($success) {
    10911091                        $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
    1092                         &my_die("Unable to perform stacktool: $error_code", 0,0,$date, $PS_EXIT_SYS_ERROR);
     1092                        &my_die("Unable to perform cleantool ($command): $error_code", 0,0,$date, $PS_EXIT_SYS_ERROR);
    10931093                    }
    10941094                }
Note: See TracChangeset for help on using the changeset viewer.