mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-01-25 15:58:03 -05:00
Clarify non-auto-update error message
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user