]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 6 Aug 2023 21:40:58 +0000 (23:40 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 6 Aug 2023 21:40:58 +0000 (23:40 +0200)
- added debug line

fba/commands.py

index bc8017abfbbbae44868afbe692ed0b9ad7e347fd..de1c8d1b734d75d4cdcc3f12e985bcecddb1c699 100644 (file)
@@ -1932,6 +1932,7 @@ def fetch_relays(args: argparse.Namespace) -> int:
                         continue
 
                     domain = str(domain)
+                    logger.debug("domain='%s'", domain)
                     if not domain_helper.is_wanted(domain):
                         logger.debug("domain='%s' is not wanted - SKIPPED!", domain)
                         continue