Reduced logging

This commit is contained in:
M66B 2021-07-17 08:16:49 +02:00
parent c6cba3cdeb
commit 35fe0d2688
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ public class DnsHelper {
lookup.getResult() == Lookup.TYPE_NOT_FOUND)
throw new UnknownHostException(name);
else if (lookup.getResult() != Lookup.SUCCESSFUL)
Log.e("DNS error=" + lookup.getErrorString());
Log.i("DNS error=" + lookup.getErrorString());
List<DnsRecord> result = new ArrayList<>();