Changeset 10035 in ntrip for trunk


Ignore:
Timestamp:
Apr 21, 2023, 1:39:08 PM (12 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bnccomb.cpp

    r10030 r10035  
    480480    // --------------------
    481481    if (_resTime.valid() && clkCorr._time <= _resTime) {
    482       emit newMessage("bncComb: old correction: " + acName.toLatin1() + " " + prn.mid(0,3).toLatin1(), true);
     482      emit newMessage("bncComb: old correction: " + acName.toLatin1() + " " + prn.mid(0,3).toLatin1() +
     483                       QString("%1").arg(_resTime.timestr().c_str()).toLatin1() + " vs. old " +
     484                       QString("%1").arg(clkCorr._time.timestr().c_str()).toLatin1(), true);
    483485      continue;
    484486    }
Note: See TracChangeset for help on using the changeset viewer.