mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
Log performance alerts from libtorrent
This commit is contained in:
parent
9232dd30dc
commit
45bafab4e0
3 changed files with 13 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue