mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19: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
|
||||
default:
|
||||
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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue