1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-30 17:20:26 +02:00

Merge remote branch 'origin' into phonon

This commit is contained in:
Christian Muehlhaeuser
2011-02-24 02:20:29 +01:00
2 changed files with 6 additions and 14 deletions

View File

@@ -344,7 +344,7 @@ closeconnection:
void
Servent::createParallelConnection( Connection* orig_conn, Connection* new_conn, const QString& key )
{
qDebug() << "Servent::createParallelConnection, key:" << key << thread();
qDebug() << "Servent::createParallelConnection, key:" << key << thread() << orig_conn;
// if we can connect to them directly:
if( orig_conn->outbound() )
{