From 1c04cda6c69e23cd7021c85cf9fe287138368bce Mon Sep 17 00:00:00 2001 From: Kurt Pattyn Date: Thu, 29 Aug 2013 00:17:27 +0200 Subject: [PATCH] Changed error string --- src/dataprocessor_p.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dataprocessor_p.cpp b/src/dataprocessor_p.cpp index e3ae6c9..241aed5 100644 --- a/src/dataprocessor_p.cpp +++ b/src/dataprocessor_p.cpp @@ -623,7 +623,7 @@ void DataProcessor::process(QIODevice *pIoDevice) if (!m_isFragmented && frame.isContinuationFrame()) { clear(); - Q_EMIT errorEncountered(QWebSocketProtocol::CC_PROTOCOL_ERROR, tr("Received Continuation frame /*with FIN=true*/, while there is nothing to continue.")); + Q_EMIT errorEncountered(QWebSocketProtocol::CC_PROTOCOL_ERROR, tr("Received Continuation frame, while there is nothing to continue.")); return; } if (m_isFragmented && frame.isDataFrame() && !frame.isContinuationFrame()) -- 2.7.4