Changeset 8667 in ntrip for branches/BNC_2.12/src


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

error message improved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bnccaster.cpp

    r8620 r8667  
    199199      _lastDumpTime = obs._time - 1.0;
    200200    }
    201 
    202201    // An old observation - throw it away
    203202    // ----------------------------------
     
    207206        if ( !settings.value("outFile").toString().isEmpty() ||
    208207             !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())
     208          emit( newMessage(QString("%1: Old or erroneous observation epoch %2 thrown away from %3")
     209                           .arg(staID.data())
     210                           .arg(string(obs._time).c_str())
     211                           .arg(obs._prn.toString().c_str())
    211212                           .toAscii(), true) );
    212213        }
Note: See TracChangeset for help on using the changeset viewer.