summaryrefslogtreecommitdiff
path: root/src/System
diff options
context:
space:
mode:
authorJoey Hess2016-03-06 15:07:41 -0400
committerJoey Hess2016-03-06 15:07:41 -0400
commitdaaf67021cd468fecefbeb0dbfe6244ca34b3a6d (patch)
tree2aaf24590c81f101dd9ef05c234e917b9823cc1c /src/System
parentd56333750e8cbea2a80962744602ba4243aeb8a7 (diff)
propellor spin
Diffstat (limited to 'src/System')
-rw-r--r--src/System/Console/Concurrent/Internal.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/System/Console/Concurrent/Internal.hs b/src/System/Console/Concurrent/Internal.hs
index 38cc867a..b3ae588c 100644
--- a/src/System/Console/Concurrent/Internal.hs
+++ b/src/System/Console/Concurrent/Internal.hs
@@ -291,6 +291,7 @@ fgProcess p = do
asyncProcessWaiter $ do
void $ tryIO $ P.waitForProcess h
dropOutputLock
+ print ("fgProcess done", showProc p)
return (toConcurrentProcessHandle r)
#ifndef mingw32_HOST_OS