IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 26, 2008, 1:28:12 PM (18 years ago)
Author:
bills
Message:

-processedreq chanaged to -updatereq
-processedjob changed to -updatejob

File:
1 edited

Legend:

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

    r18587 r19221  
    193193    print STDERR "Unknown request type $request_type found in $uri";
    194194
    195     my $command = "$pstamptool -processedreq -req_id $req_id -state run";
     195    my $command = "$pstamptool -updatereq -req_id $req_id -state run";
    196196    $command   .= " -reqType unknown";
    197197    $command   .= " -fault $PS_EXIT_DATA_ERROR";
     
    240240#
    241241{
    242     my $command = "$pstamptool -processedreq -req_id $req_id -state run";
     242    my $command = "$pstamptool -updatereq -req_id $req_id -state run";
    243243    $command   .= " -reqType $reqType" if $reqType;
    244244    $command   .= " -uri $new_uri" if $new_uri;
Note: See TracChangeset for help on using the changeset viewer.