mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 09:04:33 +02:00
Reword error message so that it makes more sense to the user
This commit is contained in:
@@ -1149,7 +1149,7 @@ Servent::claimOffer( ControlConnection* cc, const QString &nodeid, const QString
|
|||||||
}
|
}
|
||||||
if ( !authed )
|
if ( !authed )
|
||||||
{
|
{
|
||||||
tLog() << "File transfer request rejected, invalid source IP";
|
tLog() << "File transfer request rejected as the request came from an IP which we could not match to existing peer connections.";
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user