Changeset 25065
- Timestamp:
- Aug 13, 2009, 2:31:40 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_job_run.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_job_run.pl
r24963 r25065 11 11 use Sys::Hostname; 12 12 use Getopt::Long qw( GetOptions :config auto_help auto_version gnu_getopt ); 13 use Carp; 13 14 use File::Basename; 14 15 use Digest::MD5::File qw( file_md5_hex ); … … 137 138 } 138 139 } 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); 140 141 141 142 my $uri = "";
Note:
See TracChangeset
for help on using the changeset viewer.
