Changeset 9742 in ntrip for trunk/BNC/src/bncnetqueryv2.cpp


Ignore:
Timestamp:
May 31, 2022, 4:43:50 PM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncnetqueryv2.cpp

    r9739 r9742  
    238238    msg += err.errorString();
    239239  }
    240   BNC_CORE->slotMessage(msg.toLatin1(), true);
    241240
    242241  if (_sslIgnoreErrors) {
     
    245244  }
    246245  else {
     246    BNC_CORE->slotMessage(msg.toLatin1(), true);
    247247    stop();
    248248  }
Note: See TracChangeset for help on using the changeset viewer.