summaryrefslogtreecommitdiff
path: root/Assistant.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Assistant.hs')
-rw-r--r--Assistant.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant.hs b/Assistant.hs
index 3d819a018..3a3bcf7e0 100644
--- a/Assistant.hs
+++ b/Assistant.hs
@@ -72,7 +72,7 @@ startDaemon foreground
-- is taking place.
_ <- forkIO $ commitThread st changechan
_ <- forkIO $ daemonStatusThread st dstatus
- _ <- forkIO $ sanityCheckerThread st dstatus
+ _ <- forkIO $ sanityCheckerThread st dstatus changechan
watchThread st dstatus changechan
stopDaemon :: Annex ()