aboutsummaryrefslogtreecommitdiff
path: root/Assistant.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Assistant.hs')
-rw-r--r--Assistant.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/Assistant.hs b/Assistant.hs
index dc36957da..4bb1ed4ce 100644
--- a/Assistant.hs
+++ b/Assistant.hs
@@ -82,7 +82,7 @@
module Assistant where
-import Common.Annex
+import Assistant.Common
import Assistant.ThreadedMonad
import Assistant.DaemonStatus
import Assistant.Changes
@@ -136,6 +136,8 @@ startDaemon assistant foreground
, mountWatcherThread st dstatus
, watchThread st dstatus transferqueue changechan
]
+ debug "assistant"
+ ["all git-annex assistant threads started"]
waitForTermination
stopDaemon :: Annex ()