chiark / gitweb /
Improve checkupdates error message
authorCiaran Gultnieks <ciaran@ciarang.com>
Wed, 11 Dec 2013 09:27:17 +0000 (09:27 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Wed, 11 Dec 2013 09:28:31 +0000 (09:28 +0000)
fdroidserver/checkupdates.py

index e17a6209fd5a4d20802ce3104b7f666b4e065df4..53057879974f856bbc128c20749f576eb6bc6daf 100644 (file)
@@ -449,7 +449,7 @@ def main():
                     ver = common.getcvname(app)
                     logmsg = "Update %s to %s" % (name, ver)
             else:
-                print 'Invalid auto update mode'
+                print 'Invalid auto update mode "' + mode + '"'
 
         if writeit:
             metafile = os.path.join('metadata', app['id'] + '.txt')