Changeset 1325 in ntrip
- Timestamp:
- Dec 22, 2008, 12:36:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnccaster.cpp
r1299 r1325 195 195 if ( !settings.value("outFile").toString().isEmpty() || 196 196 !settings.value("outPort").toString().isEmpty() ) { 197 emit( newMessage(QString(" Station %1: old epoch %2 thrown away")197 emit( newMessage(QString("%1: Old epoch %2 thrown away") 198 198 .arg(staID.data()).arg(iSec).toAscii(), true) ); 199 199 }
Note:
See TracChangeset
for help on using the changeset viewer.