chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5c62d3
)
Make "reading config.py" a debug print
author
Daniel Martí
<mvdan@mvdan.cc>
Tue, 18 Mar 2014 11:20:51 +0000
(12:20 +0100)
committer
Daniel Martí
<mvdan@mvdan.cc>
Tue, 18 Mar 2014 11:20:51 +0000
(12:20 +0100)
fdroidserver/common.py
patch
|
blob
|
history
diff --git
a/fdroidserver/common.py
b/fdroidserver/common.py
index 80464afca25f7e6cc659ea10eb1da3da5c3e380d..ae936a93850922a4b1ed34fdea8f7fe6ded1f49d 100644
(file)
--- a/
fdroidserver/common.py
+++ b/
fdroidserver/common.py
@@
-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 = {