chiark
/
gitweb
/
~mdw
/
hippotat
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0256fc1
)
hippotatd: add a startup message
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 4 Apr 2017 17:25:12 +0000
(18:25 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 4 Apr 2017 23:37:59 +0000
(
00:37
+0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
hippotatd
patch
|
blob
|
blame
|
history
diff --git
a/hippotatd
b/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)
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 ----------
#---------- config and setup ----------