From f38db18b4f281f7d7260a902e517b972704034bc Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Tue, 17 Mar 2015 19:05:00 +0100 Subject: [PATCH] Reword error message so that it makes more sense to the user --- src/libtomahawk/network/Servent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtomahawk/network/Servent.cpp b/src/libtomahawk/network/Servent.cpp index f65616c0c..d405e2f8c 100644 --- a/src/libtomahawk/network/Servent.cpp +++ b/src/libtomahawk/network/Servent.cpp @@ -1147,7 +1147,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; } }