chore(nightly): improve log messages

This commit is contained in:
WrenIX
2024-08-29 09:58:27 +02:00
parent d9aab228e2
commit d1d1eb4c53

View File

@@ -431,7 +431,7 @@ Last updated: {date}'''.format(repo_git_base=repo_git_base,
common.assert_config_keystore(config)
logging.debug(
_('Run over {cibase} to find -debug.apk. PS: repo_basedir is {repo_basedir}').format(
_('Run over {cibase} to find -debug.apk. and skip repo_basedir {repo_basedir}').format(
cibase=cibase,
repo_basedir=repo_basedir
)
@@ -440,7 +440,7 @@ Last updated: {date}'''.format(repo_git_base=repo_git_base,
for root, dirs, files in os.walk(cibase):
if root.startswith(repo_basedir):
logging.error(
_('Broken dirs.remove.d(d): {root} is part of {repo_basedir} and should not be scanned').format(
_('Broken dirs.remove(d): {root} is part of {repo_basedir} and should not be scanned').format(
root=root,
repo_basedir=repo_basedir
)