]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 13 Aug 2023 06:08:35 +0000 (08:08 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 13 Aug 2023 06:08:35 +0000 (08:08 +0200)
- show depth here, too

fba/http/federation.py

index 2c616a6c7f0975c7bb2880a635f430f2ea704a9a..9b3bc2a168997ca103c130e7a8fb212107e21730 100644 (file)
@@ -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 == "":