Skip to content

Commit

Permalink
Fix log output
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedsh committed Dec 4, 2019
1 parent 60ed90e commit f38daa3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ private void updateIptablesRules(ModuleState dnsCryptState, ModuleState torState
if (modulesStatus.isIptablesRulesUpdateRequested()) {
modulesStatus.setIptablesRulesUpdateRequested(false);

if (rootIsAvailable) {
if (!rootIsAvailable) {
Log.w(LOG_TAG, "Iptables rules isn't updated, no root!");
}
}
Expand Down

0 comments on commit f38daa3

Please sign in to comment.