We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bbb16f commit fe3cb10Copy full SHA for fe3cb10
Cabal/src/Distribution/Simple/Utils.hs
@@ -883,7 +883,7 @@ maybeExit cmd = do
883
-- at debug level if specified.
884
logCommand :: Verbosity -> Process.CreateProcess -> IO ()
885
logCommand verbosity cp = do
886
- infoNoWrap verbosity $
+ debugNoWrap verbosity $
887
"Running: " <> case Process.cmdspec cp of
888
Process.ShellCommand sh -> sh
889
Process.RawCommand path args -> Process.showCommandForUser path args
0 commit comments