mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-19 05:38:31 +00:00
Reduced logging
This commit is contained in:
parent
c6cba3cdeb
commit
35fe0d2688
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ public class DnsHelper {
|
||||||
lookup.getResult() == Lookup.TYPE_NOT_FOUND)
|
lookup.getResult() == Lookup.TYPE_NOT_FOUND)
|
||||||
throw new UnknownHostException(name);
|
throw new UnknownHostException(name);
|
||||||
else if (lookup.getResult() != Lookup.SUCCESSFUL)
|
else if (lookup.getResult() != Lookup.SUCCESSFUL)
|
||||||
Log.e("DNS error=" + lookup.getErrorString());
|
Log.i("DNS error=" + lookup.getErrorString());
|
||||||
|
|
||||||
List<DnsRecord> result = new ArrayList<>();
|
List<DnsRecord> result = new ArrayList<>();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue