mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 09:41:57 +00:00
Print DNS errors
This commit is contained in:
@@ -158,7 +158,7 @@ func (r staticResolver) resolveOne(t target) []string {
|
||||
var err error
|
||||
addrs, err = r.lookup(t.host)
|
||||
if err != nil {
|
||||
log.Debugf("Error resolving %s: %v", t.host, err)
|
||||
log.Errorf("Error resolving %s: %v", t.host, err)
|
||||
return []string{}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user