Ignore:
Timestamp:
Apr 17, 2013, 10:39:38 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bncrtnetuploadcaster.cpp

    r5130 r5131  
    257257  bncTime epoTime; epoTime.set( year, month, day, hour, min, sec);
    258258
    259   emit(newMessage("bncRtnetUploadCaster (" + _casterID.toAscii() + ") decode "
    260                   + lines[0].toAscii(), false));
     259  emit(newMessage("bncRtnetUploadCaster: decode " +
     260                  QByteArray(epoTime.datestr().c_str()) + " " +
     261                  QByteArray(epoTime.timestr().c_str()) + _casterID.toAscii(), false));
    261262
    262263  struct ClockOrbit co;
Note: See TracChangeset for help on using the changeset viewer.