summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2015-10-28 12:51:17 -0400
committerJoey Hess2015-10-28 12:51:17 -0400
commit42e965e4ebde989cec7ce4c0d1b284cd54a16b64 (patch)
tree0ea7bae5eeec09d18fee8e438407aabccd03ec4b
parent5165df07d1a52a90f1bb401c083e5d87b04570b3 (diff)
propellor spin
-rw-r--r--src/Utility/ConcurrentOutput.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Utility/ConcurrentOutput.hs b/src/Utility/ConcurrentOutput.hs
index 8cb81c61..7868ffd4 100644
--- a/src/Utility/ConcurrentOutput.hs
+++ b/src/Utility/ConcurrentOutput.hs
@@ -170,7 +170,7 @@ createProcessConcurrent p
, do
lcker <- outputLockedBy <$> getOutputHandle
l <- readMVar lcker
- hPutStrLn stderr $ show ("IS CONCURRENT", l)
+ hPutStrLn stderr $ show ("IS CONCURRENT", cmd, l)
concurrentprocess
)
| otherwise = P.createProcess p