Ignore:
Timestamp:
Dec 13, 2017, 1:24:38 PM (6 years ago)
Author:
stuerze
Message:

unhealthy satellites are reported within log file but are remainig in stream and file output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncephuser.cpp

    r8188 r8216  
    185185    return;
    186186  }
    187  
     187
    188188  // Check health status
    189189  // -------------------
    190190  if (eph->isUnhealthy()) {
    191     eph->setCheckState(t_eph::bad);
    192     return;
     191    eph->setCheckState(t_eph::unhealthy);
    193192  }
    194193
     
    290289      ephL->setCheckState(t_eph::outdated);
    291290      return;
    292     }   
     291    }
    293292
    294293    if (diff < MAXDIFF && diffC < MAXDIFF) {
Note: See TracChangeset for help on using the changeset viewer.