chiark / gitweb /
Clarify non-auto-update error message
authorCiaran Gultnieks <ciaran@ciarang.com>
Tue, 11 Mar 2014 07:55:46 +0000 (07:55 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Tue, 11 Mar 2014 07:55:46 +0000 (07:55 +0000)
fdroidserver/checkupdates.py

index a193cb087cf5cf86851073b93c71148ae14f7b04..bd51dd31220496db9fb8a84a5ec4d569318f0abd 100644 (file)
@@ -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: