From: Ian Jackson Date: Tue, 4 Apr 2017 17:25:12 +0000 (+0100) Subject: hippotatd: add a startup message X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/commitdiff_plain/1e43fae07664c81c74a3df3388e4490c2fdcf9e1 hippotatd: add a startup message Signed-off-by: Ian Jackson --- diff --git a/hippotatd b/hippotatd index 06f98ec..0f6a318 100755 --- a/hippotatd +++ b/hippotatd @@ -268,6 +268,7 @@ def start_http(): ep = sa.make_endpoint() crash_on_defer(ep.listen(site)) log_debug(DBG.INIT, 'listening on %s' % sa) + reactor.callLater(0.1, (lambda: log.info('hippotatd started', dflag=False))) #---------- config and setup ----------