mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
More logging to find error causes
This commit is contained in:
parent
21c027d8b1
commit
dfc5eab62d
@ -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)
|
||||
connectToPeer( peerInfo, sipInfo, conn );
|
||||
}
|
||||
else
|
||||
{
|
||||
peerInfoDebug( peerInfo ) << Q_FUNC_INFO << "Connecting stopped because Connection is null.";
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
x
Reference in New Issue
Block a user