Use the proper protocol names
[contrib/qtwebsockets.git] / src / websockets / qwebsocketserver_p.cpp
index f349dc2..de3d04d 100644 (file)
@@ -435,7 +435,7 @@ void QWebSocketServerPrivate::handshakeReceived()
         pTcpSocket->close();
         pTcpSocket->deleteLater();
         qWarning() << QWebSocketServer::tr("Too many pending connections: " \
-                                           "New websocket connection not accepted.");
+                                           "New WebSocket connection not accepted.");
         setError(QWebSocketProtocol::CloseCodeAbnormalDisconnection,
                  QWebSocketServer::tr("Too many pending connections."));
         return;