diff --git a/fdroidserver/scanner.py b/fdroidserver/scanner.py index 7e106d2f..c6cd57a0 100644 --- a/fdroidserver/scanner.py +++ b/fdroidserver/scanner.py @@ -1294,7 +1294,7 @@ def main(): logging.info(_("Finished")) if options.json: print(json.dumps(json_output)) - else: + elif probcount or options.verbose: print(_("%d problems found") % probcount)