IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25065


Ignore:
Timestamp:
Aug 13, 2009, 2:31:40 PM (17 years ago)
Author:
bills
Message:

need to use Carp changed an error return

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_job_run.pl

    r24963 r25065  
    1111use Sys::Hostname;
    1212use Getopt::Long qw( GetOptions :config auto_help auto_version gnu_getopt );
     13use Carp;
    1314use File::Basename;
    1415use Digest::MD5::File qw( file_md5_hex );
     
    137138    }
    138139} elsif ($jobType eq "get_image") {
    139     my_die( "get_image jobs not working right now", $job_id, $PS_EXIT_CONFIG_ERROR);
     140    my_die( "get_image jobs not working right now", $job_id, $PS_EXIT_PROG_ERROR);
    140141
    141142    my $uri = "";
Note: See TracChangeset for help on using the changeset viewer.