add a startup notice in the log, with version number
This commit is contained in:
parent
b55602ecf5
commit
5040c21fd7
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue