hippotatd: add a startup message
[hippotat] / hippotatd
index 06f98ec..0f6a318 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 ----------