Changeset 9131 in ntrip


Ignore:
Timestamp:
Sep 22, 2020, 3:46:08 PM (4 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9124 r9131  
    624624          if (wrongObservationEpoch) {
    625625            QString prn(obs._prn.toString().c_str());
    626             emit(newMessage(
    627                 _staID + " (" + prn.toLatin1() + ")"
    628                     + ": Wrong observation epoch(s)", false));
     626            emit(newMessage(_staID + " (" + prn.toLatin1() + ")" + ": Wrong observation epoch(s)", false));
    629627            continue;
    630628          }
     
    643641              continue;
    644642            } else if (obsTime == oldTime) {
    645               emit(newMessage(_staID + ": observation coming more than once "
    646                               + prn.toLatin1(), false));
     643              emit(newMessage(_staID + ": observation coming more than once " + prn.toLatin1(), false));
    647644              continue;
    648645            }
Note: See TracChangeset for help on using the changeset viewer.