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

Reword error message so that it makes more sense to the user

This commit is contained in:
Uwe L. Korn
2015-03-17 19:05:00 +01:00
parent 0ddad1c0ed
commit d76130509b

View File

@@ -1149,7 +1149,7 @@ Servent::claimOffer( ControlConnection* cc, const QString &nodeid, const QString
}
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;
}
}