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:
Ainar Garipov 2021-04-26 16:41:50 +03:00
parent 51372d5c34
commit 45840948f5
2 changed files with 2 additions and 2 deletions

View File

@ -427,7 +427,7 @@ func (s *Server) Prepare(config *ServerConfig) error {
//
// TODO(a.garipov): The Snap problem can probably be solved if
// 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

View File

@ -54,7 +54,7 @@ trap not_found EXIT
readonly go_min_version='go1.15'
readonly go_min_version_prefix="go version ${go_min_version}"
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.
for example: