Changeset 251 in ntrip
- Timestamp:
- Oct 14, 2006, 11:28:45 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnccaster.cpp
r243 r251 119 119 if ( !settings.value("outFile").toString().isEmpty() || 120 120 !settings.value("outPort").toString().isEmpty() ) { 121 emit( newMessage(QString("Station %1: old epoch %2 thrown away") 122 .arg(staID.data()).arg(iSec).toAscii()) ); 121 emit( newMessage(QString("Station %1: old epoch %2 thrown away" 122 "(newTime = %3 lastDump = %4)") 123 .arg(staID.data()).arg(iSec).arg(newTime).arg(_lastDumpSec).toAscii()) ); 123 124 } 124 125 delete obs;
Note:
See TracChangeset
for help on using the changeset viewer.