From: Ian Jackson Date: Sun, 23 Apr 2017 23:40:29 +0000 (+0100) Subject: config reading: log correct filenames X-Git-Tag: hippotat/1.0.0~55^2~32 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=hippotat.git;a=commitdiff_plain;h=00ea54437e092ecc925df543d3c6fec30a32d667 config reading: log correct filenames Signed-off-by: Ian Jackson --- diff --git a/hippotatlib/__init__.py b/hippotatlib/__init__.py index 588012a..1460d5a 100644 --- 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, pathname)) + log_debug_config('%s: %s' % (m, p)) try: files = os.listdir(pathname)