X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/blobdiff_plain/1d33eef34159fefbafbade2c09ead1c5c23ff32c..764fcd06ad67cc097b77ace0fc941a836cd1ef33:/hippotat diff --git a/hippotat b/hippotat index 96a3f21..18cd14e 100755 --- 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')