Don't overwrite tracker message

Use one of the tracker endpoint messages.
This commit is contained in:
Vladimir Golovnev (Glassez)
2021-04-17 11:40:41 +03:00
parent a4ce5d1687
commit 62a6c725d6
5 changed files with 45 additions and 24 deletions

View File

@@ -86,7 +86,6 @@ namespace BitTorrent
struct TrackerInfo
{
QString lastMessage;
int numPeers = 0;
};