From: Roland Häder <roland@mxchange.org>
Date: Sun, 6 Aug 2023 21:40:58 +0000 (+0200)
Subject: Continued:
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2707416f08a347a071e9074fe4ce71c5fc30e553;p=fba.git

Continued:
- added debug line
---

diff --git a/fba/commands.py b/fba/commands.py
index bc8017a..de1c8d1 100644
--- a/fba/commands.py
+++ b/fba/commands.py
@@ -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