Changeset 8696 in ntrip for branches


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

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/combination/bnccomb.cpp

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