- Timestamp:
- May 31, 2022, 10:38:13 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncuploadcaster.cpp
r9743 r9744 256 256 if (ans.indexOf("200") == -1) { 257 257 int l = ans.indexOf("\r\n", 0); 258 emit(newMessage("Proxy: Connection broken for " + _mountpoint.toLatin1() + ": " + ans.left(l -1), true));258 emit(newMessage("Proxy: Connection broken for " + _mountpoint.toLatin1() + ": " + ans.left(l), true)); 259 259 _outSocket->close(); 260 260 return; … … 298 298 _outSocket->close(); 299 299 int l = ans.indexOf("\r\n", 0); 300 emit(newMessage("Broadcaster: Connection broken for " + _mountpoint.toLatin1() + ": " + ans.left(l -1), true));300 emit(newMessage("Broadcaster: Connection broken for " + _mountpoint.toLatin1() + ": " + ans.left(l), true)); 301 301 } else { 302 302 emit(newMessage("Broadcaster: Connection opened for " + _mountpoint.toLatin1(), true));
Note:
See TracChangeset
for help on using the changeset viewer.