Fix minor issue

This commit is contained in:
Juan Font Alonso 2022-03-05 19:48:30 +01:00
parent 237f7f1027
commit e78c002f5a

View File

@ -166,7 +166,7 @@ func refreshBootstrapDNS() {
for _, name := range names {
addrs, err := r.LookupIP(ctx, "ip", name)
if err != nil {
log.Trace().Caller().Err(err).Msgf("bootstrap DNS lookup %q: %v", name)
log.Trace().Caller().Err(err).Msgf("bootstrap DNS lookup %q", name)
continue
}
dnsEntries[name] = addrs