From a3b11f21bb598509080a0eba8b9fdbef6ac19ed8 Mon Sep 17 00:00:00 2001 From: Arjun Kathuria Date: Mon, 28 Jun 2021 19:35:48 +0530 Subject: [PATCH] change logWarn to logDebug in "rmghcup / handlePathNotPresent" function --- lib/GHCup.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/GHCup.hs b/lib/GHCup.hs index cc1a77e..a867a17 100644 --- a/lib/GHCup.hs +++ b/lib/GHCup.hs @@ -1331,7 +1331,7 @@ rmGhcup = do where handlePathNotPresent fp _err = do - $logWarn $ "Error: The path does not exist, " <> T.pack fp + $logDebug $ "Error: The path does not exist, " <> T.pack fp pure fp nonStandardInstallLocationMsg path = T.pack $