From f8887515d07aa4712083e47eb3e49d98eb41331e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 12 Nov 2013 21:02:45 -0400 Subject: no openLog on windows --- Assistant.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Assistant.hs') diff --git a/Assistant.hs b/Assistant.hs index 3c434438d..e7a78eec1 100644 --- a/Assistant.hs +++ b/Assistant.hs @@ -68,8 +68,8 @@ startDaemon assistant foreground startdelay listenhost startbrowser = do Annex.changeState $ \s -> s { Annex.daemon = True } pidfile <- fromRepo gitAnnexPidFile logfile <- fromRepo gitAnnexLogFile - logfd <- liftIO $ openLog logfile #ifndef mingw32_HOST_OS + logfd <- liftIO $ openLog logfile if foreground then do origout <- liftIO $ catchMaybeIO $ -- cgit v1.2.3