Moved log to trace

connection_type_change
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 {
address = dns.Address.toAddress()
if (address is Inet4Address || !address.isSiteLocalAddress) {
putIfAbsent(nameServerDomains, Dns.DEFAULT_SEARCH_DOMAIN, Common.socketAddress(address, 53))
} else {
Common.logger.debug(
Common.logger.trace(
"Skipped site-local IPv6 server address {} on adapter index {}",
address,
result.IfIndex