chiark / gitweb /
hippotatd: add a startup message
[hippotat.git] / hippotatd
index 06f98ecd7e52bc6e1788ea6db9e14b32489bbd57..0f6a318fdc883c6f9a09f032dccdd35e3b7d1a20 100755 (executable)
--- 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 ----------