- Timestamp:
- Apr 10, 2019, 3:39:50 PM (7 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/BNC/src/bnccaster.cpp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/BNC/src/bnccaster.cppr8621 r8670 207 207 if ( !settings.value("outFile").toString().isEmpty() || 208 208 !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) ); 212 214 } 213 215 } 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
