Changeset 251 in ntrip


Ignore:
Timestamp:
Oct 14, 2006, 11:28:45 AM (18 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnccaster.cpp

    r243 r251  
    119119    if ( !settings.value("outFile").toString().isEmpty() ||
    120120         !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()) );
    123124    }
    124125    delete obs;
Note: See TracChangeset for help on using the changeset viewer.