mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07: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{
|
int QBtSession::getListenPort() const{
|
||||||
qDebug("LISTEN PORT: %d", s->listen_port());
|
qDebug() << getListenPort() << s->listen_port();
|
||||||
return s->listen_port();
|
return s->listen_port();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue