From: Roland Häder Date: Sun, 13 Aug 2023 06:08:35 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a7fec181e6268e2d73588d97c392f74d752eb448;p=fba.git Continued: - show depth here, too --- diff --git a/fba/http/federation.py b/fba/http/federation.py index 2c616a6..9b3bc2a 100644 --- a/fba/http/federation.py +++ b/fba/http/federation.py @@ -109,7 +109,7 @@ def fetch_instances(domain: str, origin: str, software: str, command: str, path: logger.debug("EXIT!") return - logger.info("Checking %d instance(s) from domain='%s',software='%s' ...", len(peerlist), domain, software) + logger.info("Checking %d instance(s) from domain='%s',software='%s',depth=%d ...", len(peerlist), domain, software, _DEPTH) for instance in peerlist: logger.debug("instance='%s'", instance) if instance is None or instance == "":