summaryrefslogtreecommitdiff
path: root/ascension/ascension.py
diff options
context:
space:
mode:
Diffstat (limited to 'ascension/ascension.py')
-rw-r--r--ascension/ascension.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ascension/ascension.py b/ascension/ascension.py
index 01cf888..654fefb 100644
--- a/ascension/ascension.py
+++ b/ascension/ascension.py
@@ -227,7 +227,7 @@ class Ascension():
self.ns_process = subprocess.Popen(["gnunet-namestore", "-a", "-S"], stdin=subprocess.PIPE, text=True)
start = time.time()
i = 0
- setcount = len(self.dnszone.zone.nodes.items()))
+ setcount = len(self.dnszone.zone.nodes.items())
for name, rdatasets in self.dnszone.zone.nodes.items():
# log if the rdataset is empty for some reason
i += 1
@@ -465,7 +465,7 @@ def main():
# Zonebackups are needed for retaining information for IXFR and
# offer a zone for dnspython to patch
gns_zone_serial = ascender.dnszone.restore_from_file(gns_zone_serial)
-
+ ascender.logger.info("Zone serial for DNS zone transfer used: `%s'", gns_zone_serial)
# Transfer the actual zone
ascender.dnszone.transfer_zone(gns_zone_serial)