aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppStream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/QXmppStream.cpp')
-rw-r--r--src/base/QXmppStream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/QXmppStream.cpp b/src/base/QXmppStream.cpp
index e90bd4a3..845c449a 100644
--- a/src/base/QXmppStream.cpp
+++ b/src/base/QXmppStream.cpp
@@ -297,8 +297,8 @@ void QXmppStream::processData(const QString &data)
//
// Success: We can clear the buffer and send a 'received' log message
//
- d->dataBuffer.clear();
logReceived(d->dataBuffer);
+ d->dataBuffer.clear();
// process stream start
if (hasStreamOpen) {