diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-06-23 13:22:55 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-06-23 13:22:55 +0000 |
| commit | 1c1d11b4134d39a8acb1ef20fa1b0554b1be3cc2 (patch) | |
| tree | ccdd563ae29d615b5e392a1ac471ad8276db4eba /source/QXmppStream.cpp | |
| parent | a79cd2c9fb888bddedbe7189dc55fe26062747a2 (diff) | |
| download | qxmpp-1c1d11b4134d39a8acb1ef20fa1b0554b1be3cc2.tar.gz | |
more logging cleanup
Diffstat (limited to 'source/QXmppStream.cpp')
| -rw-r--r-- | source/QXmppStream.cpp | 2 |
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 ) ) { |
