Log performance alerts from libtorrent

This commit is contained in:
Chocobo1 2019-05-27 09:30:49 +08:00
parent 9232dd30dc
commit 45bafab4e0
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
3 changed files with 13 additions and 2 deletions

View file

@ -385,8 +385,9 @@ Session::Session(QObject *parent)
| lt::alert::tracker_notification
| lt::alert::status_notification
| lt::alert::ip_block_notification
| lt::alert::file_progress_notification
| lt::alert::stats_notification;
| lt::alert::performance_warning
| lt::alert::stats_notification
| lt::alert::file_progress_notification;
const std::string peerId = lt::generate_fingerprint(PEER_ID, QBT_VERSION_MAJOR, QBT_VERSION_MINOR, QBT_VERSION_BUGFIX, QBT_VERSION_BUILD);
lt::settings_pack pack;