This commit is contained in:
parent
106bd630ef
commit
8a25ac45bb
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public class DnsJava implements DnsResolver {
|
|||
|
||||
Record[] records = lookup.run();
|
||||
if (records == null || records.length == 0) {
|
||||
log.infof("Hostname %s has no record for type %s found", hostname,c type.name());
|
||||
log.infof("Hostname %s has no record for type %s found", hostname, type.name());
|
||||
return Optional.empty();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue