Changeset 9740 in ntrip for trunk


Ignore:
Timestamp:
May 31, 2022, 3:47:41 PM (23 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9739 r9740  
    142142      msg += err.errorString();
    143143    }
     144    emit(newMessage(msg.toLatin1(), true));
    144145
    145146    if (_sslIgnoreErrors) {
    146147      _outSocket->ignoreSslErrors();
    147148      emit(newMessage("BNC ignores SSL errors as configured", true));
    148     } else {
    149       emit(newMessage(msg.toLatin1(), true));
    150149    }
    151150  }
Note: See TracChangeset for help on using the changeset viewer.