change logWarn to logDebug in "rmghcup / handlePathNotPresent" function

This commit is contained in:
Arjun Kathuria 2021-06-28 19:35:48 +05:30
parent 69a461d9c3
commit a3b11f21bb
1 changed files with 1 additions and 1 deletions

View File

@ -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 $