mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 10:11:03 +00:00
Don't both logging DNS resolution errors.
This commit is contained in:
@@ -89,7 +89,6 @@ func (r Resolver) resolveHosts() {
|
||||
var err error
|
||||
addrs, err = lookupIP(peer.hostname)
|
||||
if err != nil {
|
||||
log.Printf("lookup %s: %v", peer.hostname, err)
|
||||
continue
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user