From: Ciaran Gultnieks Date: Tue, 11 Mar 2014 07:55:46 +0000 (+0000) Subject: Clarify non-auto-update error message X-Git-Tag: 0.2~200 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=d4d7a9957d571cd8619667fb4689dd801fdfd7b4;p=fdroidserver.git Clarify non-auto-update error message --- diff --git a/fdroidserver/checkupdates.py b/fdroidserver/checkupdates.py index a193cb08..bd51dd31 100644 --- a/fdroidserver/checkupdates.py +++ b/fdroidserver/checkupdates.py @@ -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: