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:
parent
0b31a7a37c
commit
d4d7a9957d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user