mirror of
https://github.com/safing/portmaster
synced 2025-09-02 02:29:12 +00:00
Warn when query fails
This commit is contained in:
parent
f7118050bb
commit
a7380fac90
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ resolveLoop:
|
||||||
return nil, err
|
return nil, err
|
||||||
default:
|
default:
|
||||||
resolver.Conn.ReportFailure()
|
resolver.Conn.ReportFailure()
|
||||||
log.Tracer(ctx).Debugf("resolver: query to %s failed: %s", resolver.Info.ID(), err)
|
log.Tracer(ctx).Warningf("resolver: query to %s failed: %s", resolver.Info.ID(), err)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue