summaryrefslogtreecommitdiff
path: root/overlays/quickshell/io.patch
blob: 961bdcaf9777793bf8a05b11869985c02cc78515 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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);
 }