diff --git a/master.py b/master.py index 107ff90..641c32d 100644 --- a/master.py +++ b/master.py @@ -35,7 +35,7 @@ def already_running(): def find_all_files_for_pkg(name, repo): searchpath = os.path.join(config["basedir"]["repo"], repo, "os", config["arch"]) + "/" + name + "/*.pkg.*" - # logging.debug("Search for packages with %s", searchpath) + logging.debug("[REPO] Search for package %s (path=%s)", name, searchpath) pkgs = glob.glob(searchpath) return pkgs