aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppStream.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-06-23 13:22:55 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-06-23 13:22:55 +0000
commit1c1d11b4134d39a8acb1ef20fa1b0554b1be3cc2 (patch)
treeccdd563ae29d615b5e392a1ac471ad8276db4eba /source/QXmppStream.cpp
parenta79cd2c9fb888bddedbe7189dc55fe26062747a2 (diff)
downloadqxmpp-1c1d11b4134d39a8acb1ef20fa1b0554b1be3cc2.tar.gz
more logging cleanup
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 a46130ca..f311284f 100644
--- a/source/QXmppStream.cpp
+++ b/source/QXmppStream.cpp
@@ -467,7 +467,7 @@ void QXmppStream::parser(const QByteArray& data)
QString from = nodeRecv.attribute("from");
QString type = nodeRecv.attribute("type");
if(type.isEmpty())
- qWarning("QXmppStream: iq type can't be empty");
+ warning("QXmppStream: iq type can't be empty");
if( QXmppRpcInvokeIq::isRpcInvokeIq( nodeRecv ) )
{