X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/blobdiff_plain/809bcf831f76bbb1ad8623853103c8abfe4c6194..8c771381ce4cfa26901412997c266457b05921d4:/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')