Changeset 9544 in ntrip for trunk/BNC/src/bncgetthread.cpp


Ignore:
Timestamp:
Nov 16, 2021, 1:49:21 PM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9285 r9544  
    628628          if (wrongObservationEpoch) {
    629629            QString prn(obs._prn.toString().c_str());
    630             emit(newMessage(_staID + " (" + prn.toLatin1() + ")" + ": Wrong observation epoch(s)", false));
     630            QString type = QString("%1").arg(obs._type);
     631            emit(newMessage(_staID + " (" + prn.toLatin1() + ")" + ": Wrong observation epoch(s)" + "( MT: " + type.toLatin1() + ")", false));
    631632            continue;
    632633          }
Note: See TracChangeset for help on using the changeset viewer.