summaryrefslogtreecommitdiff
path: root/Assistant.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Assistant.hs')
-rw-r--r--Assistant.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Assistant.hs b/Assistant.hs
index 0b89369b0..630f3685b 100644
--- a/Assistant.hs
+++ b/Assistant.hs
@@ -157,6 +157,7 @@ import Assistant.Environment
import qualified Utility.Daemon
import Utility.LogFile
import Utility.ThreadScheduler
+import qualified Build.SysConfig as SysConfig
stopDaemon :: Annex ()
stopDaemon = liftIO . Utility.Daemon.stopDaemon =<< fromRepo gitAnnexPidFile
@@ -198,6 +199,7 @@ startDaemon assistant foreground startbrowser = do
=<< newAssistantData st dstatus
go webappwaiter = do
+ notice ["starting", desc, "version", SysConfig.packageversion]
#ifdef WITH_WEBAPP
d <- getAssistant id
urlrenderer <- liftIO newUrlRenderer