1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 03:10:12 +02:00

Debug spam++

This commit is contained in:
Uwe L. Korn
2013-06-24 15:18:55 +02:00
parent e6030d501e
commit f949a49d5b

View File

@@ -1031,6 +1031,7 @@ Servent::claimOffer( ControlConnection* cc, const QString &nodeid, const QString
if ( !d_func()->noAuth && peer != QHostAddress::Any && !isIPWhitelisted( peer ) )
{
bool authed = false;
tDebug() << Q_FUNC_INFO << "Checking for ControlConnection with IP" << peer;
foreach ( ControlConnection* cc, d_func()->controlconnections )
{
tDebug() << Q_FUNC_INFO << "Probing:" << cc->name();