mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 06:36:55 +02:00
More logging to find error causes
This commit is contained in:
@@ -995,6 +995,10 @@ Servent::connectToPeerFailed( const peerinfo_ptr& peerInfo, QList<SipInfo> sipIn
|
|||||||
// Try next SipInfo (don't do this if the connection was destroyed in between)
|
// Try next SipInfo (don't do this if the connection was destroyed in between)
|
||||||
connectToPeer( peerInfo, sipInfo, conn );
|
connectToPeer( peerInfo, sipInfo, conn );
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
peerInfoDebug( peerInfo ) << Q_FUNC_INFO << "Connecting stopped because Connection is null.";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Reference in New Issue
Block a user