diff --git a/master.py b/master.py index 9a4a952..e2f67a9 100644 --- a/master.py +++ b/master.py @@ -109,6 +109,7 @@ def do_repo_work(): with to_add_l: for repo in to_add: if to_add[repo]: + logging.info("Adding to %s: %s", repo, ", ".join(to_add[repo])) args = ["repo-add", "-s", "-v", os.path.join(config["basedir"]["repo"], repo, "os", config["arch"], repo + ".db.tar.xz")] args.extend(to_add[repo])