Changeset 9943 in ntrip


Ignore:
Timestamp:
Dec 14, 2022, 5:17:37 PM (16 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppClient.cpp

    r9783 r9943  
    304304    }
    305305    if (iObs + 1 < _opt->_minObs) {
    306       LOG << "t_pppClient::cmpBancroft not enough observations: " << iObs + 1;
     306      LOG << "t_pppClient::cmpBancroft not enough observations: " << iObs + 1 << endl;
    307307      return failure;
    308308    }
Note: See TracChangeset for help on using the changeset viewer.