1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-06-02 22:00:12 +02:00

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':
print "WARNING: Don't have market version (" + app['marketversion'] + ") of " + app['name']
print " (" + app['id'] + ")"
else:
apps_disabled += 1