chiark
/
gitweb
/
~ian
/
hippotat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6c0b1b
)
config reading: log correct filenames
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 23 Apr 2017 23:40:29 +0000
(
00:40
+0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 23 Apr 2017 23:40:29 +0000
(
00:40
+0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
hippotatlib/__init__.py
patch
|
blob
|
history
diff --git
a/hippotatlib/__init__.py
b/hippotatlib/__init__.py
index 588012a2a845ef40c7c7f1bf2171ff355e4a2b8f..1460d5ac5cb4f9eb13e1da0e7a1c44d7e9780bc0 100644
(file)
--- a/
hippotatlib/__init__.py
+++ b/
hippotatlib/__init__.py
@@
-541,7
+541,7
@@
def common_startup(process_cfg):
def readconfig(pathname, mandatory=True):
def log(m, p=pathname):
if not DBG.CONFIG in debug_set: return
- log_debug_config('%s: %s' % (m, p
athname
))
+ log_debug_config('%s: %s' % (m, p))
try:
files = os.listdir(pathname)