mirror of
https://github.com/M66B/NetGuard.git
synced 2025-02-24 15:21:19 +00:00
Fixed log level
This commit is contained in:
parent
ac637888e5
commit
ab6d65152d
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ public class ActivityMain extends AppCompatActivity implements SharedPreferences
|
|||
try {
|
||||
final Intent prepare = VpnService.prepare(ActivityMain.this);
|
||||
if (prepare == null) {
|
||||
Log.e(TAG, "Prepare done");
|
||||
Log.i(TAG, "Prepare done");
|
||||
onActivityResult(REQUEST_VPN, RESULT_OK, null);
|
||||
} else {
|
||||
// Show dialog
|
||||
|
|
Loading…
Reference in a new issue