chiark / gitweb /
It's useful to display the package ID as well for missing current apk versions
authorCiaran Gultnieks <ciaran@ciarang.com>
Sat, 4 Dec 2010 18:54:02 +0000 (18:54 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Sat, 4 Dec 2010 18:54:02 +0000 (18:54 +0000)
update.py

index 6f6f56e1cbacc006b0897a9147e426dbe6a13d32..ab048e7d800108ba99ccd76ed0de8286eecda723 100644 (file)
--- a/update.py
+++ b/update.py
@@ -237,6 +237,7 @@ for app in apps:
 
         if not gotmarketver and app['marketvercode'] != '0':
             print "WARNING: Don't have market version (" + app['marketversion'] + ") of " + app['name']
+            print "         (" + app['id'] + ")"
 
     else:
         apps_disabled += 1