1
0
Fork 0
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:
M66B 2016-02-12 08:28:31 +01:00
parent ebeae91ed3
commit 1c86d724de

View file

@ -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();