Changeset 19221 for trunk/pstamp/scripts/pstamp_parser_run.pl
- Timestamp:
- Aug 26, 2008, 1:28:12 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_parser_run.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_parser_run.pl
r18587 r19221 193 193 print STDERR "Unknown request type $request_type found in $uri"; 194 194 195 my $command = "$pstamptool - processedreq -req_id $req_id -state run";195 my $command = "$pstamptool -updatereq -req_id $req_id -state run"; 196 196 $command .= " -reqType unknown"; 197 197 $command .= " -fault $PS_EXIT_DATA_ERROR"; … … 240 240 # 241 241 { 242 my $command = "$pstamptool - processedreq -req_id $req_id -state run";242 my $command = "$pstamptool -updatereq -req_id $req_id -state run"; 243 243 $command .= " -reqType $reqType" if $reqType; 244 244 $command .= " -uri $new_uri" if $new_uri;
Note:
See TracChangeset
for help on using the changeset viewer.
