Changeset 9926 in ntrip for trunk/BNC/src/bncephuser.cpp


Ignore:
Timestamp:
Nov 30, 2022, 12:30:47 PM (17 months ago)
Author:
stuerze
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncephuser.cpp

    r9924 r9926  
    196196  if (realTime) {
    197197    if (outDatedBcep(eph)) {
    198       eph->setCheckState(t_eph::outdated); cout << " Outdated ";
     198      eph->setCheckState(t_eph::outdated);
    199199      return;
    200200    }
     
    204204  // -------------------
    205205  if (eph->isUnhealthy()) {
    206     eph->setCheckState(t_eph::unhealthy);cout << " Unhealthy ";
     206    eph->setCheckState(t_eph::unhealthy);
    207207    return;
    208208  }
Note: See TracChangeset for help on using the changeset viewer.