Log message about missing SRV RRs

This commit is contained in:
Florian Schmaus 2017-01-24 20:13:26 +01:00
parent 35ac228125
commit 9526926cd3
1 changed files with 2 additions and 0 deletions

View File

@ -194,6 +194,8 @@ public class DNSUtil {
}
List<HostAddress> sortedRecords = sortSRVRecords(srvRecords);
addresses.addAll(sortedRecords);
} else {
LOGGER.info("Could not resolve DNS SRV resource records for " + srvDomain + ". Consider adding those.");
}
int defaultPort = -1;