IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30588


Ignore:
Timestamp:
Feb 11, 2011, 6:18:37 PM (15 years ago)
Author:
bills
Message:

fix argument list to check_states_warp()

File:
1 edited

Legend:

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

    r30567 r30588  
    153153
    154154        # assume the fault is transient.
     155        # fault the dependent to give the fault a chance to correct itself
    155156        my_die("Component faulted on update dep_id: $dep_id", $PS_EXIT_SYS_ERROR);
    156157    }
     
    410411
    411412        if ($warp->{data_state} ne 'full') {
    412             my $warp_status = check_states_warp($warp, 0, $rlabel, $need_magic);
     413            my $warp_status = check_states_warp($warp, $rlabel, $need_magic);
    413414            if ($warp_status eq $PSTAMP_GONE) {
    414415                faultComponent('diff', $diff_id, $skycell_id, $PSTAMP_GONE);
     
    426427        if ($warp1->{data_state} ne 'full') {
    427428            $warps_ready = 0;
    428             $warp_status = check_states_warp($warp1, 0, $rlabel, $need_magic);
     429            $warp_status = check_states_warp($warp1, $rlabel, $need_magic);
    429430            if ($warp_status) {
    430431                if ($warp_status eq $PSTAMP_GONE) {
     
    440441        if ($warp2->{data_state} ne 'full') {
    441442            $warps_ready = 0;
    442             $warp_status = check_states_warp($warp2, 0, $rlabel, $need_magic);
     443            $warp_status = check_states_warp($warp2, $rlabel, $need_magic);
    443444            if ($warp_status eq $PSTAMP_GONE) {
    444445                faultComponent('diff', $diff_id, $skycell_id, $PSTAMP_GONE);
     
    493494
    494495        if ($warp->{data_state} ne 'full') {
    495             my $warp_status = check_states_warp($warp, 0, $rlabel, $need_magic);
     496            my $warp_status = check_states_warp($warp, $rlabel, $need_magic);
    496497            if ($warp_status eq $PSTAMP_GONE) {
    497498                faultComponent('diff', $diff_id, $skycell_id, $PSTAMP_GONE);
Note: See TracChangeset for help on using the changeset viewer.