From e80c94b262870db031fd6714113dca7a19f29671 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 6 Mar 2016 15:54:28 -0400 Subject: propellor spin --- src/System/Console/Concurrent/Internal.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/System') diff --git a/src/System/Console/Concurrent/Internal.hs b/src/System/Console/Concurrent/Internal.hs index 5b9cf454..ada55e83 100644 --- a/src/System/Console/Concurrent/Internal.hs +++ b/src/System/Console/Concurrent/Internal.hs @@ -297,7 +297,7 @@ fgProcess p = do return (toConcurrentProcessHandle r) debug :: [String] -> IO () -debug = debugM "concurrent-output" . unwords +debug = hPutStrLn stderr . unwords showProc :: P.CreateProcess -> String showProc = go . P.cmdspec -- cgit v1.2.3