]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
unbound-dhcp-leases-bridge: Fix typo
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 21 Oct 2024 16:38:47 +0000 (16:38 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 5 Nov 2024 08:11:55 +0000 (09:11 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Reviewed-by: Bernhard Bitsch <bbitsch@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/unbound/unbound-dhcp-leases-bridge

index bc944a0731794479dd2b1e16451042f83c8eeda6..2cbdaa004d1dc55e86c887dd622bc35335260505 100644 (file)
@@ -279,9 +279,9 @@ class UnboundDHCPLeasesBridge(object):
                self.unbound.update_dhcp_leases([l for l in self.leases if not l.has_expired()])
 
        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
 
                # Skip any leases that also are a static host