aboutsummaryrefslogtreecommitdiff
path: root/Assistant.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-11-12 21:02:45 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-11-12 21:02:45 -0400
commitf8887515d07aa4712083e47eb3e49d98eb41331e (patch)
tree6ddd09876e240942ba42ab91b87f55c8fadeada2 /Assistant.hs
parent30b6e145eebf926adbaf3f0d9a32c210ef5348a8 (diff)
no openLog on windows
Diffstat (limited to 'Assistant.hs')
-rw-r--r--Assistant.hs2
1 files changed, 1 insertions, 1 deletions
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 $