- Timestamp:
- May 31, 2022, 3:47:41 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncuploadcaster.cpp
r9739 r9740 142 142 msg += err.errorString(); 143 143 } 144 emit(newMessage(msg.toLatin1(), true)); 144 145 145 146 if (_sslIgnoreErrors) { 146 147 _outSocket->ignoreSslErrors(); 147 148 emit(newMessage("BNC ignores SSL errors as configured", true)); 148 } else {149 emit(newMessage(msg.toLatin1(), true));150 149 } 151 150 }
Note:
See TracChangeset
for help on using the changeset viewer.