From cee75b01040b7b7e95e8c81cb4d3cad4bc98b986 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 16 Jul 2014 16:14:51 -0400 Subject: [PATCH] missing lift --- Assistant.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assistant.hs b/Assistant.hs index 63fdc6251d..82f1572414 100644 --- a/Assistant.hs +++ b/Assistant.hs @@ -76,7 +76,7 @@ startDaemon assistant foreground startdelay cannotrun listenhost startbrowser = Annex.changeState $ \s -> s { Annex.daemon = True } pidfile <- fromRepo gitAnnexPidFile logfile <- fromRepo gitAnnexLogFile - debugM desc $ "logging to " ++ logfile + liftIO $ debugM desc $ "logging to " ++ logfile #ifndef mingw32_HOST_OS createAnnexDirectory (parentDir logfile) logfd <- liftIO $ handleToFd =<< openLog logfile