From 95ca79f3f8c559406778f756e267345cdb6e9508 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 26 Jul 2021 18:13:41 +0200 Subject: [PATCH] Turn leftover files into logError --- app/ghcup/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ghcup/Main.hs b/app/ghcup/Main.hs index f32c90a..a527255 100644 --- a/app/ghcup/Main.hs +++ b/app/ghcup/Main.hs @@ -2125,7 +2125,7 @@ Make sure to clean up #{tmpdir} afterwards.|]) runLogger $ $logInfo "Nuclear Annihilation complete!" pure ExitSuccess | otherwise -> do - runLogger $ $logWarn "These Files have survived Nuclear Annihilation, you may remove them manually." + runLogger $ $logError "These Files have survived Nuclear Annihilation, you may remove them manually." forM_ leftOverFiles putStrLn pure ExitSuccess