Changeset 8670 in ntrip


Ignore:
Timestamp:
Apr 10, 2019, 3:39:50 PM (5 years ago)
Author:
stuerze
Message:

error message improved

File:
1 edited

Legend:

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

    r8621 r8670  
    207207        if ( !settings.value("outFile").toString().isEmpty() ||
    208208             !settings.value("outPort").toString().isEmpty() ) {
    209           emit( newMessage(QString("%1: Old epoch %2 thrown away")
    210                  .arg(staID.data()).arg(string(obs._time).c_str())
    211                .toLatin1(), true) );
     209          emit( newMessage(QString("%1: Old or erroneous observation epoch %2 thrown away from %3")
     210                           .arg(staID.data())
     211                           .arg(string(obs._time).c_str())
     212                           .arg(obs._prn.toString().c_str())
     213                           .toAscii(), true) );
    212214        }
    213215      }
Note: See TracChangeset for help on using the changeset viewer.