mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Clarify non-auto-update error message
This commit is contained in:
parent
0b31a7a37c
commit
d4d7a9957d
1 changed files with 1 additions and 1 deletions
|
|
@ -458,7 +458,7 @@ def main():
|
||||||
latest = build
|
latest = build
|
||||||
|
|
||||||
if 'disable' in latest:
|
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:
|
elif not gotcur:
|
||||||
newbuild = latest.copy()
|
newbuild = latest.copy()
|
||||||
if 'origlines' in newbuild:
|
if 'origlines' in newbuild:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue