Changeset 8695 in ntrip


Ignore:
Timestamp:
Apr 25, 2019, 12:40:08 PM (5 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bnccomb.cpp

    r8542 r8695  
    402402    t_eph* ephPrev = _ephUser.ephPrev(prn);
    403403    if (ephLast == 0) {
    404       emit newMessage("bncComb: eph not found "  + prn.mid(0,3).toLatin1(), true);
     404      emit newMessage("bncComb: eph not found for "  + prn.mid(0,3).toLatin1(), true);
    405405      delete newCorr;
    406406      continue;
     
    415415      }
    416416      else {
    417         emit newMessage("bncComb: eph not found "  + prn.mid(0,3).toLatin1() +
    418                         QString(" %1").arg(newCorr->_iod).toLatin1(), true);
     417        emit newMessage("bncComb: eph not found for "  + prn.mid(0,3).toLatin1() +
     418                        QString(" with IOD %1").arg(newCorr->_iod).toLatin1(), true);
    419419        delete newCorr;
    420420        continue;
Note: See TracChangeset for help on using the changeset viewer.