From 811c7b8754bd60df9d80fef8371a99145976071c Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 31 Mar 2011 12:18:49 -0400 Subject: [PATCH] Make debug output a little more helpful --- src/sip/twitter/twitter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sip/twitter/twitter.cpp b/src/sip/twitter/twitter.cpp index 655dd832b..e3390608a 100644 --- a/src/sip/twitter/twitter.cpp +++ b/src/sip/twitter/twitter.cpp @@ -599,7 +599,7 @@ TwitterPlugin::makeConnection( const QString &screenName, const QHash< QString, qDebug() << Q_FUNC_INFO; if ( m_attemptedConnects.contains( screenName ) && m_attemptedConnects[screenName] ) { - qDebug() << "Already attempted to connect to this peer with no change in their status, not trying again for now"; + qDebug() << "Already attempted to connect to " << screenName << " with no change in their status, not trying again for now"; return; } if ( !peerData.contains( "host" ) || !peerData.contains( "port" ) || !peerData.contains( "pkey" ) || !peerData.contains( "node" ) )