choose best apk version vor index v0

This commit is contained in:
Michael Pöhn 2017-08-09 17:14:51 +02:00
parent 6930edf889
commit 6fc968f7cd
3 changed files with 25 additions and 8 deletions

View file

@ -901,7 +901,7 @@ def scan_repo_files(apkcache, repodir, knownapks, use_date_from_file=False):
logging.debug("Reading " + name_utf8 + " from cache")
usecache = True
else:
logging.debug("Ignoring stale cache data for " + name)
logging.debug("Ignoring stale cache data for " + name_utf8)
if not usecache:
logging.debug(_("Processing {apkfilename}").format(apkfilename=name_utf8))