diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-17 14:25:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-17 14:25:02 -0400 |
commit | c373f6e9546d615fb7c3f2c77a35136c9ccf654a (patch) | |
tree | 1c38b120e949248999b109eee9fa2e661190276f | |
parent | 1863185693f407a35f1b9e92d402e43409966928 (diff) |
note
-rw-r--r-- | Assistant.hs | 1 |
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 () |