diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-03-08 20:08:05 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-03-08 20:08:05 +0000 |
| commit | fad04899470294d98233cfc27c6c18f82990c7ac (patch) | |
| tree | ac13c50c6261310e3a0b66435614bd7c3235e453 /source/QXmppReconnectionManager.cpp | |
| parent | d1765ee554d21cb947eed3fbf1aa9073ff962443 (diff) | |
| download | qxmpp-fad04899470294d98233cfc27c6c18f82990c7ac.tar.gz | |
rework QXmppLogger yet again
Diffstat (limited to 'source/QXmppReconnectionManager.cpp')
| -rw-r--r-- | source/QXmppReconnectionManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/QXmppReconnectionManager.cpp b/source/QXmppReconnectionManager.cpp index 006b12b9..20ddbb69 100644 --- a/source/QXmppReconnectionManager.cpp +++ b/source/QXmppReconnectionManager.cpp @@ -83,7 +83,7 @@ void QXmppReconnectionManager::reconnect() { if(m_client) { - m_client->logger()->debug() << QString("QXmppReconnectionManager::reconnect()"); + m_client->logger()->debug("QXmppReconnectionManager::reconnect()"); emit reconnectingNow(); m_client->connectToServer(m_client->getConfiguration()); } |
