Changeset 9768 in ntrip for trunk/BNC/src/bnccore.cpp


Ignore:
Timestamp:
Jun 21, 2022, 3:26:15 PM (22 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9767 r9768  
    201201  QMutexLocker locker(&_mutex);
    202202  t_irc ircPut = _ephUser.putNewEph(eph, true);
    203 #ifdef BNC_DEBUG_BCEP
     203
    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   else if (eph->checkState() == t_eph::bad) {
     210#ifdef BNC_DEBUG_BCEP
     211  if (eph->checkState() == t_eph::bad) {
    211212    messagePrivate(QString("%1: WRONG %2:%3")
    212213                   .arg(eph->receptStaID())
Note: See TracChangeset for help on using the changeset viewer.