It's useful to display the package ID as well for missing current apk versions

This commit is contained in:
Ciaran Gultnieks 2010-12-04 18:54:02 +00:00
parent 8c3295b67e
commit 1a46815f3d

View file

@ -237,6 +237,7 @@ for app in apps:
if not gotmarketver and app['marketvercode'] != '0': if not gotmarketver and app['marketvercode'] != '0':
print "WARNING: Don't have market version (" + app['marketversion'] + ") of " + app['name'] print "WARNING: Don't have market version (" + app['marketversion'] + ") of " + app['name']
print " (" + app['id'] + ")"
else: else:
apps_disabled += 1 apps_disabled += 1