1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-07 01:40:10 +02:00

For convenience, display the app's web URL with a don't have market version message

This commit is contained in:
Ciaran Gultnieks 2010-12-29 10:56:07 +00:00
parent 9b853e746e
commit d15a8908cd

View File

@ -261,7 +261,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'] + ")"
print " (" + app['id'] + ") " + app['web']
if options.verbose:
# A bit of extra debug info, basically for diagnosing
# app developer mistakes: