summaryrefslogtreecommitdiff
path: root/src/System
diff options
context:
space:
mode:
authorJoey Hess2016-03-06 15:54:28 -0400
committerJoey Hess2016-03-06 15:54:28 -0400
commite80c94b262870db031fd6714113dca7a19f29671 (patch)
tree681cb2ff5bd61c6976201ec77fc8624f2aab756a /src/System
parent8f09201e8461681244162d50ffd5a76f890aeee1 (diff)
propellor spin
Diffstat (limited to 'src/System')
-rw-r--r--src/System/Console/Concurrent/Internal.hs2
1 files changed, 1 insertions, 1 deletions
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