change logWarn to logDebug in "rmghcup / handlePathNotPresent" function
This commit is contained in:
parent
69a461d9c3
commit
a3b11f21bb
@ -1331,7 +1331,7 @@ rmGhcup = do
|
|||||||
|
|
||||||
where
|
where
|
||||||
handlePathNotPresent fp _err = do
|
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
|
pure fp
|
||||||
|
|
||||||
nonStandardInstallLocationMsg path = T.pack $
|
nonStandardInstallLocationMsg path = T.pack $
|
||||||
|
Loading…
Reference in New Issue
Block a user