mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
Make "reading config.py" a debug print
This commit is contained in:
parent
d5c62d3bbd
commit
f8805d88ae
@ -51,7 +51,7 @@ def read_config(opts, config_file='config.py'):
|
|||||||
|
|
||||||
config = {}
|
config = {}
|
||||||
|
|
||||||
logging.info("Reading %s" % config_file)
|
logging.debug("Reading %s" % config_file)
|
||||||
execfile(config_file, config)
|
execfile(config_file, config)
|
||||||
|
|
||||||
defconfig = {
|
defconfig = {
|
||||||
|
Loading…
Reference in New Issue
Block a user