1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-28 15:34:16 +00:00
This commit is contained in:
doadin 2013-11-18 16:38:43 -05:00
parent 97fe948f6c
commit f7dc57ee97

View File

@ -363,7 +363,7 @@ void QBtSession::configureSession() {
qDebug("Loading country resolution settings");
const bool new_resolv_countries = pref.resolvePeerCountries();
if (resolve_countries != new_resolv_countries) {
qDebug("in country reoslution settings");
qDebug("in country resolution settings");
resolve_countries = new_resolv_countries;
if (resolve_countries && !geoipDBLoaded) {
qDebug("Loading geoip database");