From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Bitsch To: development@lists.ipfire.org Subject: Re: [PATCH 2/4] unbound-dhcp-leases-bridge: Fix typo Date: Mon, 21 Oct 2024 18:44:03 +0200 Message-ID: In-Reply-To: <20241021163849.1265183-2-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5203320839627394802==" List-Id: --===============5203320839627394802== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Bernhard Bitsch Am 21.10.2024 um 18:38 schrieb Michael Tremer: > Signed-off-by: Michael Tremer > --- > config/unbound/unbound-dhcp-leases-bridge | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/config/unbound/unbound-dhcp-leases-bridge b/config/unbound/unb= ound-dhcp-leases-bridge > index bc944a073..2cbdaa004 100644 > --- a/config/unbound/unbound-dhcp-leases-bridge > +++ b/config/unbound/unbound-dhcp-leases-bridge > @@ -279,9 +279,9 @@ class UnboundDHCPLeasesBridge(object): > self.unbound.update_dhcp_leases([l for l in self.leases if not l.has_ex= pired()]) > =20 > def _add_lease(self, lease): > - # Skip leases without an FQDN > + # Skip leases without a FQDN > if not lease.fqdn: > - log.debug("Skipping lease without an FQDN: %s" % lease) > + log.debug("Skipping lease without a FQDN: %s" % lease) > return > =20 > # Skip any leases that also are a static host --===============5203320839627394802==--