Changeset 18639 for trunk/pstamp/scripts/dquery_finish.pl
- Timestamp:
- Jul 20, 2008, 3:51:13 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/dquery_finish.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/dquery_finish.pl
r18619 r18639 116 116 print $REGLIST "$response_file|||table|\n"; 117 117 } else { 118 print STDERR "detect_query response file for job $job_id not found\n" ;118 print STDERR "detect_query response file for job $job_id not found\n" if $verbose; 119 119 $request_fault = $PS_EXIT_UNKNOWN_ERROR; 120 120 } … … 132 132 $request_fault = $error_code >> 8; 133 133 print STDERR "Unable to perform $command return code: $request_fault"; 134 # fall through to stop request134 # fall through to call stop request 135 135 } 136 136 }
Note:
See TracChangeset
for help on using the changeset viewer.
