1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-21 04:10:37 +02:00

chore(nightly): improve log messages

This commit is contained in:
WrenIX 2024-08-29 09:58:27 +02:00
parent d9aab228e2
commit d1d1eb4c53
No known key found for this signature in database
GPG Key ID: 7AFDB012974B1BB5

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
)