Move error logging of adding peers to the proper place

This commit is contained in:
Chocobo1
2019-09-03 13:58:35 +08:00
parent 80bf5978de
commit 2396ef5bd6
4 changed files with 40 additions and 13 deletions

View File

@@ -40,5 +40,6 @@ namespace BitTorrent
ushort port = 0;
static PeerAddress parse(const QString &address);
QString toString() const;
};
}