more logging fixes

This commit is contained in:
2020-08-12 10:36:02 +02:00
parent 8fd8f2a46f
commit f7a05be785

View File

@@ -44,7 +44,7 @@ def find_all_files_for_pkg(name, repo):
def build(pkgbuild, repo):
start_time = time.time()
name = pathlib.Path(pkgbuild).parts[-4]
logging.info("[%s-%s] Build starting", name, repo)
logging.info("[%s/%s] Build starting", repo, name)
# setup buildflags
setup_makepkg(repo)