X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/blobdiff_plain/f85d143fe449d69d6f611fcd388191a80bdfc415..06e61e3b6ee50510264533b4064c7047c8e89b28:/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]))