From 2894786ec9a9003ebfb302f4b1af2e40b428ecce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Fri, 28 Aug 2015 18:29:28 -0700 Subject: [PATCH] stats: better exit message --- fdroidserver/stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...