mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-05 03:14:44 +00:00
Added debug
This commit is contained in:
parent
f9ece8b447
commit
ebf252ce86
@ -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…
x
Reference in New Issue
Block a user