1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

Merge branch 'tweak_logging' into 'master'

[checkupdates] Tweak logging

See merge request fdroid/fdroidserver!1025
This commit is contained in:
Jochen Sprickerhof 2021-10-14 12:23:26 +00:00
commit 724153a587

View File

@ -203,7 +203,7 @@ def check_tags(app, pattern):
if hver:
if htag != tags[0]:
logging.info(
logging.warning(
"{appid}: latest tag {tag} does not contain highest version {version}".format(
appid=app.id, tag=tags[0], version=hver
)
@ -690,7 +690,6 @@ def main():
update_wiki(None, locallog)
status_update_json(processed, failed)
logging.info(_("Finished"))
sys.exit(exit_code)