From 5837e04e6e6a2c59cb95be050bea70d92e282b26 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 26 Jul 2021 18:13:57 +0200 Subject: [PATCH] Cleanup --- lib/GHCup.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/GHCup.hs b/lib/GHCup.hs index fec08e1..882416b 100644 --- a/lib/GHCup.hs +++ b/lib/GHCup.hs @@ -1537,7 +1537,7 @@ rmGhcupDirs = do where handleRm :: (MonadCatch m, MonadLogger m) => m () -> m () - handleRm = handleIO (\e -> $logWarn [i|Part of the cleanup action failed with error: #{displayException e} + handleRm = handleIO (\e -> $logDebug [i|Part of the cleanup action failed with error: #{displayException e} continuing regardless...|]) rmEnvFile :: (MonadLogger m, MonadReader env m, HasDirs env, MonadMask m, MonadIO m, MonadCatch m) => FilePath -> m ()