Added debug

This commit is contained in:
Christophe Dumez 2010-12-02 17:20:25 +00:00
parent f9ece8b447
commit ebf252ce86

View file

@ -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();
}