Moved log to trace

This commit is contained in:
Robinson 2021-04-08 14:33:40 +02:00
parent 7842a44bda
commit 4738f10157
1 changed files with 1 additions and 2 deletions

View File

@ -111,10 +111,9 @@ object ResolveConf {
try { try {
address = dns.Address.toAddress() address = dns.Address.toAddress()
if (address is Inet4Address || !address.isSiteLocalAddress) { if (address is Inet4Address || !address.isSiteLocalAddress) {
putIfAbsent(nameServerDomains, Dns.DEFAULT_SEARCH_DOMAIN, Common.socketAddress(address, 53)) putIfAbsent(nameServerDomains, Dns.DEFAULT_SEARCH_DOMAIN, Common.socketAddress(address, 53))
} else { } else {
Common.logger.debug( Common.logger.trace(
"Skipped site-local IPv6 server address {} on adapter index {}", "Skipped site-local IPv6 server address {} on adapter index {}",
address, address,
result.IfIndex result.IfIndex