mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-26 19:26:59 +03:00
Added debug
This commit is contained in:
parent
f9ece8b447
commit
ebf252ce86
1 changed files with 1 additions and 1 deletions
|
@ -2375,7 +2375,7 @@ QHash<QString, TrackerInfos> QBtSession::getTrackersInfo(QString hash) const{
|
|||
}
|
||||
|
||||
int QBtSession::getListenPort() const{
|
||||
qDebug("LISTEN PORT: %d", s->listen_port());
|
||||
qDebug() << getListenPort() << s->listen_port();
|
||||
return s->listen_port();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue