diff --git i/src/io/socket.cpp w/src/io/socket.cpp index 371f687..d12eaeb 100644 --- i/src/io/socket.cpp +++ w/src/io/socket.cpp @@ -66,7 +66,7 @@ void Socket::onSocketDisconnected() { } void Socket::onSocketError(QLocalSocket::LocalSocketError error) { - qCWarning(logSocket) << "Socket error for" << this << error; + // qCWarning(logSocket) << "Socket error for" << this << error; emit this->error(error); }