X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/blobdiff_plain/f85d143fe449d69d6f611fcd388191a80bdfc415..ff0fc3fa841805cb45013d4fdb3c0ca142b7a330:/hippotatd diff --git a/hippotatd b/hippotatd index a6d3179..399dfe7 100755 --- a/hippotatd +++ b/hippotatd @@ -265,6 +265,7 @@ def start_http(): ssp = SourceShipmentPreparer(td) ssp.logger = partial(log_debug, DBG.OWNSOURCE) + if DBG.OWNSOURCE in debug_set: ssp.stream_debug = sys.stdout ssp.generate() resource.putChild(b'source', twisted.web.static.File(ssp.output_paths[0]))