From 9e748e9f0d879bd58618f8a9ec48bd1c2e25ab65 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 6 Mar 2016 15:54:52 -0400 Subject: back --- 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 ada55e83..5b9cf454 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 = hPutStrLn stderr . unwords +debug = debugM "concurrent-output" . unwords showProc :: P.CreateProcess -> String showProc = go . P.cmdspec -- cgit v1.2.3