mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-07 01:22:49 +02:00
Make debug output a little more helpful
This commit is contained in:
parent
543c3125ac
commit
811c7b8754
@ -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" ) )
|
||||
|
Loading…
x
Reference in New Issue
Block a user