]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 29 Nov 2023 15:16:57 +0000 (16:16 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 29 Nov 2023 15:16:57 +0000 (16:16 +0100)
- also log 'path' here

fba/http/federation.py

index a6af37e6ea60c26b679f7567f7c79936dc8997d5..136a4ea3158b848c2af41e20b64fa4ca09b597cd 100644 (file)
@@ -75,7 +75,7 @@ def fetch_instances(domain: str, origin: str, software: str, command: str, path:
         raise ValueError(f"domain='{domain}' has recently been fetched but function was invoked")
     elif software is None and not instances.is_recent(domain, "last_nodeinfo"):
         try:
-            logger.debug("Software for domain='%s' is not set, determining ...", domain)
+            logger.debug("Software for domain='%s',path='%s' is not set, determining ...", domain, path)
             software = determine_software(domain, path)
         except network.exceptions as exception:
             logger.warning("Exception '%s' during determining software type", type(exception))