mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-05 15:00:11 +01:00
Merge branch 'tweak_logging' into 'master'
[checkupdates] Tweak logging See merge request fdroid/fdroidserver!1025
This commit is contained in:
commit
724153a587
@ -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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user