From d4d7a9957d571cd8619667fb4689dd801fdfd7b4 Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Tue, 11 Mar 2014 07:55:46 +0000 Subject: [PATCH] Clarify non-auto-update error message --- fdroidserver/checkupdates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: