Changeset 9716 in ntrip for trunk


Ignore:
Timestamp:
May 17, 2022, 12:15:40 PM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9715 r9716  
    309309  _outSocket->waitForReadyRead();
    310310
    311   QByteArray ans = _outSocket->readLine();  cout << ans.toStdString().c_str() << endl;
     311  QByteArray ans = _outSocket->readLine();  cout << "ans: " << ans.toStdString().c_str() << endl;
    312312
    313313  if (ans.indexOf("200") == -1) {
Note: See TracChangeset for help on using the changeset viewer.