mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Removed useless debug
This commit is contained in:
parent
84f00bf3f6
commit
9fe807b6f1
1 changed files with 0 additions and 2 deletions
|
@ -304,10 +304,8 @@ void Bittorrent::configureSession() {
|
||||||
session_settings sessionSettings;
|
session_settings sessionSettings;
|
||||||
if(Preferences::isUtorrentSpoofingEnabled()) {
|
if(Preferences::isUtorrentSpoofingEnabled()) {
|
||||||
sessionSettings.user_agent = "uTorrent/1850(17414)";
|
sessionSettings.user_agent = "uTorrent/1850(17414)";
|
||||||
qDebug("User agent is: BTWebClient/1850(17414)");
|
|
||||||
} else {
|
} else {
|
||||||
sessionSettings.user_agent = "qBittorrent "VERSION;
|
sessionSettings.user_agent = "qBittorrent "VERSION;
|
||||||
qDebug("User agent is: qBittorrent "VERSION);
|
|
||||||
}
|
}
|
||||||
sessionSettings.upnp_ignore_nonrouters = true;
|
sessionSettings.upnp_ignore_nonrouters = true;
|
||||||
sessionSettings.use_dht_as_fallback = false;
|
sessionSettings.use_dht_as_fallback = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue