mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 11:50:37 +02:00
Debug spam++
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user