Changeset 9772 in ntrip


Ignore:
Timestamp:
Jun 23, 2022, 2:57:07 PM (22 months ago)
Author:
stuerze
Message:

eph checkstate is marked as debug output

File:
1 edited

Legend:

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

    r9770 r9772  
    201201  QMutexLocker locker(&_mutex);
    202202  t_irc ircPut = _ephUser.putNewEph(eph, true);
    203 
     203#ifdef BNC_DEBUG_BCEP
    204204  if (eph->checkState() == t_eph::unhealthy) {
    205205    messagePrivate(QString("%1: UNHEALTHY %2:%3")
     
    208208                   .arg(eph->rinexDateStr(eph->TOC(), eph->prn(), 99.0)).toLatin1());
    209209  }
    210 #ifdef BNC_DEBUG_BCEP
    211210  if (eph->checkState() == t_eph::bad) {
    212211    messagePrivate(QString("%1: WRONG %2:%3")
     
    215214                   .arg(eph->rinexDateStr(eph->TOC(), eph->prn(), 99.0)).toLatin1());
    216215  }
    217   else if (eph->checkState() == t_eph::outdated) {
     216  if (eph->checkState() == t_eph::outdated) {
    218217    messagePrivate(QString("%1: OUTDATED %2:%3")
    219218                   .arg(eph->receptStaID())
Note: See TracChangeset for help on using the changeset viewer.