IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35912 for tags/ipp-20130712


Ignore:
Timestamp:
Aug 8, 2013, 10:18:50 AM (13 years ago)
Author:
bills
Message:

improve error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20130712/pstamp/scripts/pstamp_checkdependent.pl

    r35910 r35912  
    580580
    581581        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";
    583583            faultComponent('diff', $diff_id, $skycell_id, $PSTAMP_GONE);
    584584            return $PSTAMP_GONE;
     
    590590
    591591        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";
    593593            faultComponent('diff', $diff_id, $skycell_id, $PSTAMP_GONE);
    594594            return $PSTAMP_GONE;
Note: See TracChangeset for help on using the changeset viewer.