diff --git a/fdroidserver/stats.py b/fdroidserver/stats.py index 5576c017..8004658e 100644 --- a/fdroidserver/stats.py +++ b/fdroidserver/stats.py @@ -67,7 +67,7 @@ def main(): config = common.read_config(options) if not config['update_stats']: - logging.info("Stats are disabled - check your configuration") + logging.info("Stats are disabled - set \"update_stats = True\" in your config.py") sys.exit(1) # Get all metadata-defined apps...