From a7fec181e6268e2d73588d97c392f74d752eb448 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 13 Aug 2023 08:08:35 +0200 Subject: [PATCH] Continued: - show depth here, too --- fba/http/federation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 == "": -- 2.39.5