mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-06-27 19:31:26 +00:00
Pull request 2640: 8348-improve-dhcpd-error-handling
Updates #8348.
Squashed commit of the following:
commit efc0f41d1948f899396f97daf0567d6e55a4c62c
Merge: 86fa74426 313135d74
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date: Thu Apr 23 18:21:20 2026 +0300
Merge branch 'master' into 8348-improve-dhcpd-error-handling
commit 86fa744261347345e494df5aaa2267f403c3f052
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date: Thu Apr 23 15:09:40 2026 +0300
dhcpd: change log level
This commit is contained in:
parent
313135d74f
commit
44dfffc832
2 changed files with 4 additions and 1 deletions
|
|
@ -24,8 +24,11 @@ NOTE: Add new changes BELOW THIS COMMENT.
|
|||
|
||||
### Fixed
|
||||
|
||||
- Redundant validation warnings about DHCP when it's disabled ([#8348]).
|
||||
|
||||
- Safe Browsing and Parental Control labels on the General Settings page not updating after changing the UI language.
|
||||
|
||||
[#8348]: https://github.com/AdguardTeam/AdGuardHome/issues/8348
|
||||
[#7046]: https://github.com/AdguardTeam/AdGuardHome/issues/7046
|
||||
|
||||
<!--
|
||||
|
|
|
|||
|
|
@ -176,7 +176,7 @@ func (s *server) setServers(
|
|||
return false, false, fmt.Errorf("creating dhcpv4 srv: %w", err)
|
||||
}
|
||||
|
||||
s.conf.Logger.WarnContext(ctx, "creating dhcpv4 server", slogutil.KeyError, err)
|
||||
s.conf.Logger.DebugContext(ctx, "creating dhcpv4 server", slogutil.KeyError, err)
|
||||
}
|
||||
|
||||
v6conf := conf.Conf6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue