summaryrefslogtreecommitdiff
path: root/Assistant.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-06-17 14:25:02 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-06-17 14:25:02 -0400
commitc373f6e9546d615fb7c3f2c77a35136c9ccf654a (patch)
tree1c38b120e949248999b109eee9fa2e661190276f /Assistant.hs
parent1863185693f407a35f1b9e92d402e43409966928 (diff)
note
Diffstat (limited to 'Assistant.hs')
-rw-r--r--Assistant.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Assistant.hs b/Assistant.hs
index f5acc2ef8..880d3eb5e 100644
--- a/Assistant.hs
+++ b/Assistant.hs
@@ -77,6 +77,7 @@ startDaemon foreground
_ <- forkIO $ commitThread st changechan
_ <- forkIO $ daemonStatusThread st dstatus
_ <- forkIO $ sanityCheckerThread st dstatus changechan
+ -- Does not return.
watchThread st dstatus changechan
stopDaemon :: Annex ()