aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppStream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppStream.cpp')
-rw-r--r--source/QXmppStream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/QXmppStream.cpp b/source/QXmppStream.cpp
index bf4af1f9..7f479574 100644
--- a/source/QXmppStream.cpp
+++ b/source/QXmppStream.cpp
@@ -242,7 +242,7 @@ void QXmppStream::sendNonSASLAuthQuery( const QString &to )
void QXmppStream::log(const QString &data)
{
- m_client->logger() << data;
+ m_client->logger()->debug() << data;
}
void QXmppStream::parser(const QByteArray& data)