1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-13 02:30:11 +01:00

Clarify non-auto-update error message

This commit is contained in:
Ciaran Gultnieks 2014-03-11 07:55:46 +00:00
parent 0b31a7a37c
commit d4d7a9957d

View File

@ -458,7 +458,7 @@ def main():
latest = build
if 'disable' in latest:
logging.warn('Skipping %s since the latest build is disabled' % app['id'])
logging.warn('Not auto-updating %s since the latest build is disabled' % app['id'])
elif not gotcur:
newbuild = latest.copy()
if 'origlines' in newbuild: