mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-13 10:27:49 -04:00
chore(nightly): improve log messages
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user