Ignore:
Timestamp:
Nov 15, 2018, 11:21:41 AM (5 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/upload/bncrtnetuploadcaster.cpp

    r8541 r8543  
    337337    ColumnVector rtnClkSig; // [m, m/s, m/s²]
    338338    t_prn prn;
    339    
     339
    340340    QTextStream in(lines[ii].toAscii());
    341341
     
    506506          emit(newMessage("                      RTNET format error: "
    507507                          +  lines[ii].toAscii(), false));
    508           qDebug() << "bncRtnetUploadCaster: decode " + QByteArray(epoTime.datestr().c_str())
    509                       + " " + QByteArray(epoTime.timestr().c_str()) + " "
    510                       + _casterID.toAscii();
    511           qDebug() << "                      RTNET format error: " + lines[ii].toAscii();
    512508        }
    513509      }
Note: See TracChangeset for help on using the changeset viewer.