X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/blobdiff_plain/1cc6968f38db0ade45242e08f9aab1b1db3e43b1..764fcd06ad67cc097b77ace0fc941a836cd1ef33:/hippotat diff --git a/hippotat b/hippotat index 3b25bfd..18cd14e 100755 --- a/hippotat +++ b/hippotat @@ -21,7 +21,7 @@ # along with this program, in the file GPLv3. If not, # see . - +#@ import sys; sys.path.append('@PYBUILD_INSTALL_DIR@') from hippotatlib import * import twisted.web @@ -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')