1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-29 16:50:11 +02:00

Debug spam++

This commit is contained in:
Uwe L. Korn
2013-06-24 15:18:55 +02:00
committed by Michael Zanetti
parent b4de7d6e90
commit 09026a33fe

View File

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