From: Kurt Pattyn Date: Wed, 28 Aug 2013 22:17:27 +0000 (+0200) Subject: Changed error string X-Git-Tag: v5.3.0-alpha1~232 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c04cda6c69e23cd7021c85cf9fe287138368bce;p=contrib%2Fqtwebsockets.git Changed error string --- 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())