mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-10 17:30:11 +01:00
chore(nightly): improve log messages
This commit is contained in:
parent
d9aab228e2
commit
d1d1eb4c53
@ -431,7 +431,7 @@ Last updated: {date}'''.format(repo_git_base=repo_git_base,
|
|||||||
common.assert_config_keystore(config)
|
common.assert_config_keystore(config)
|
||||||
|
|
||||||
logging.debug(
|
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,
|
cibase=cibase,
|
||||||
repo_basedir=repo_basedir
|
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):
|
for root, dirs, files in os.walk(cibase):
|
||||||
if root.startswith(repo_basedir):
|
if root.startswith(repo_basedir):
|
||||||
logging.error(
|
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,
|
root=root,
|
||||||
repo_basedir=repo_basedir
|
repo_basedir=repo_basedir
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user