diff --git a/fdroidserver/checkupdates.py b/fdroidserver/checkupdates.py index 5b74fa37..00aef326 100644 --- a/fdroidserver/checkupdates.py +++ b/fdroidserver/checkupdates.py @@ -327,7 +327,8 @@ def main(): if options.autoonly and app['Auto Update Mode'] == 'None': - print "Nothing to do for %s..." % app['id'] + if options.verbose: + print "Nothing to do for %s..." % app['id'] continue print "Processing " + app['id'] + '...'