mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Added debug
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user