diff --git a/fdroidserver/nightly.py b/fdroidserver/nightly.py index 04c43cb7..0f623580 100644 --- a/fdroidserver/nightly.py +++ b/fdroidserver/nightly.py @@ -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 )