mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
Make "reading config.py" a debug print
This commit is contained in:
parent
d5c62d3bbd
commit
f8805d88ae
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue