chiark / gitweb /
config: a bit more debugging
[hippotat.git] / hippotat
index 96a3f21a92df8b1477813170b6261e13e1c63ffb..18cd14e582262586ab6190abbbb9633558fe2c63 100755 (executable)
--- a/hippotat
+++ b/hippotat
@@ -243,6 +243,8 @@ def process_cfg(_opts, putative_servers, putative_clients):
       sections = cfg_process_client_common(c,ss,cs,ci)
       if not sections: continue
 
+      log_debug_config('processing client [%s %s]' % (ss, cs))
+
       def srch(getter,key): return cfg_search(getter,key,sections)
 
       c.http_timeout   += srch(cfg.getint, 'http_timeout_grace')