mirror of
https://github.com/M66B/NetGuard.git
synced 2025-01-01 12:54:07 +00:00
Unknown host is a warning
This commit is contained in:
parent
ebeae91ed3
commit
1c86d724de
1 changed files with 1 additions and 1 deletions
|
@ -1036,7 +1036,7 @@ public class SinkholeService extends VpnService implements SharedPreferences.OnS
|
|||
// This will result in native callbacks
|
||||
InetAddress.getAllByName(daddr);
|
||||
} catch (UnknownHostException ex) {
|
||||
Log.e(TAG, ex.toString() + "\n" + Log.getStackTraceString(ex));
|
||||
Log.w(TAG, ex.toString() + "\n" + Log.getStackTraceString(ex));
|
||||
}
|
||||
}
|
||||
cursor.close();
|
||||
|
|
Loading…
Reference in a new issue