Tor settings: Address review comments

This commit is contained in:
Torsten Grote
2018-08-16 12:27:26 -03:00
parent 9b17836595
commit 4b9a9771f8
3 changed files with 3 additions and 5 deletions

View File

@@ -649,7 +649,7 @@ abstract class TorPlugin implements DuplexPlugin, EventHandler, EventListener {
enableNetwork(false);
} else if (network == PREF_TOR_NETWORK_NEVER ||
(!useMobile && !wifi)) {
LOG.info("Disabling network due to data setting");
LOG.info("Disabling network due to setting");
enableNetwork(false);
} else if (automatic && blocked && !bridgesWork) {
LOG.info("Disabling network, country is blocked");