Changeset 8021 in ntrip for trunk/BNC


Ignore:
Timestamp:
Aug 24, 2016, 9:18:30 AM (8 years ago)
Author:
stuerze
Message:

satellite information added to "Wrong observation epoch" message

File:
1 edited

Legend:

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

    r8011 r8021  
    542542          bool wrongObservationEpoch = checkForWrongObsEpoch(obs._time);
    543543          if (wrongObservationEpoch) {
    544             emit( newMessage(_staID + ": Wrong observation epoch(s)", false) );
     544            QString prn(obs._prn.toString().c_str());
     545            emit( newMessage(_staID + " (" + prn.toAscii() + ")" + ": Wrong observation epoch(s)", false) );
    545546            continue;
    546547          }
Note: See TracChangeset for help on using the changeset viewer.