Pull request #1136: dnsforward: lower log level of non-crit err
Updates #3008. Squashed commit of the following: commit d02f9befef8db1f1e7f21fb98b59b47c0c275887 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Mon Apr 26 16:30:44 2021 +0300 dnsforward: lower log level of non-crit err
This commit is contained in:
parent
51372d5c34
commit
45840948f5
|
@ -427,7 +427,7 @@ func (s *Server) Prepare(config *ServerConfig) error {
|
||||||
//
|
//
|
||||||
// TODO(a.garipov): The Snap problem can probably be solved if
|
// TODO(a.garipov): The Snap problem can probably be solved if
|
||||||
// we add the netlink-connector interface plug.
|
// we add the netlink-connector interface plug.
|
||||||
log.Error("cannot initialize ipset: %s", err)
|
log.Info("warning: cannot initialize ipset: %s", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Prepare DNS servers settings
|
// Prepare DNS servers settings
|
||||||
|
|
|
@ -54,7 +54,7 @@ trap not_found EXIT
|
||||||
readonly go_min_version='go1.15'
|
readonly go_min_version='go1.15'
|
||||||
readonly go_min_version_prefix="go version ${go_min_version}"
|
readonly go_min_version_prefix="go version ${go_min_version}"
|
||||||
readonly go_version_msg="
|
readonly go_version_msg="
|
||||||
warning: your go version different from the recommended minimal one (${go_min_version}).
|
warning: your go version is different from the recommended minimal one (${go_min_version}).
|
||||||
if you have the version installed, please set the GO environment variable.
|
if you have the version installed, please set the GO environment variable.
|
||||||
for example:
|
for example:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue