mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-18 05:30:04 -04:00
Merge branch 'tweak_logging' into 'master'
[checkupdates] Tweak logging See merge request fdroid/fdroidserver!1025
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user