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

Make "reading config.py" a debug print

This commit is contained in:
Daniel Martí 2014-03-18 12:20:51 +01:00
parent d5c62d3bbd
commit f8805d88ae

View File

@ -51,7 +51,7 @@ def read_config(opts, config_file='config.py'):
config = {}
logging.info("Reading %s" % config_file)
logging.debug("Reading %s" % config_file)
execfile(config_file, config)
defconfig = {