Changeset 35912 for tags/ipp-20130712
- Timestamp:
- Aug 8, 2013, 10:18:50 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20130712/pstamp/scripts/pstamp_checkdependent.pl
r35910 r35912 580 580 581 581 if ($stack1->{state} ne 'full') { 582 print STDERR "input stack for diffRun $diff_id $skycell_id $skycell->{stack1}is not in full state faulting jobs\n";582 print STDERR "input stack $skycell->{stack1} for diffRun $diff_id $skycell_id is not in full state faulting jobs\n"; 583 583 faultComponent('diff', $diff_id, $skycell_id, $PSTAMP_GONE); 584 584 return $PSTAMP_GONE; … … 590 590 591 591 if ($stack2->{state} ne 'full') { 592 print STDERR "template stack for diffRun $diff_id $skycell_id $skycell->{stack2}is not in full state faulting jobs\n";592 print STDERR "template stack $skycell->{stack2} for diffRun $diff_id $skycell_id is not in full state faulting jobs\n"; 593 593 faultComponent('diff', $diff_id, $skycell_id, $PSTAMP_GONE); 594 594 return $PSTAMP_GONE;
Note:
See TracChangeset
for help on using the changeset viewer.
