]> git.mxchange.org Git - fba.git/blobdiff - fba/commands.py
Continued:
[fba.git] / fba / commands.py
index c87e6243ab9b1ca161b70cea5a3ef5ae4816fc9a..2e36ee49e53853c08675a5ac4b506634d2eb4a65 100644 (file)
@@ -959,6 +959,7 @@ def fetch_instances(args: argparse.Namespace) -> int:
         origin = row["origin"]
         software = row["software"]
 
+    logger.debug("software='%s'", software)
     if software is None:
         logger.warning("args.domain='%s' has no software detected. You can try to run ./fba.py update_nodeinfo --domain=%s --force to get it updated.", args.domain, args.domain)
         return 102