Changeset 8066 in ntrip for branches/BNC_2.12/src/combination


Ignore:
Timestamp:
Nov 9, 2016, 2:11:47 PM (7 years ago)
Author:
stuerze
Message:

logfile entry added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/combination/bnccomb.cpp

    r7715 r8066  
    652652      out.setRealNumberPrecision(4);
    653653      for (int ii = 0; ii < corrs().size(); ii++) {
    654         const cmbCorr* corr = corrs()[ii];
     654      const cmbCorr* corr = corrs()[ii];
    655655        out << _resTime.datestr().c_str() << ' '
    656656            << _resTime.timestr().c_str() << " "
     
    11841184  QMutexLocker locker(&_mutex);
    11851185
     1186  QTextStream out(&_log, QIODevice::WriteOnly);
     1187
    11861188  // Find the AC Name
    11871189  // ----------------
     
    11921194    if (AC->mountPoint == mountPoint) {
    11931195      acName = AC->name;
     1196      out << "Provider ID changed: AC " << AC->name.toAscii().data()   << " "
     1197          << _resTime.datestr().c_str()    << " "
     1198          << _resTime.timestr().c_str()    << endl;
    11941199      break;
    11951200    }
Note: See TracChangeset for help on using the changeset viewer.