diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-28 12:51:17 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-28 12:51:17 -0400 |
| commit | 42e965e4ebde989cec7ce4c0d1b284cd54a16b64 (patch) | |
| tree | 0ea7bae5eeec09d18fee8e438407aabccd03ec4b | |
| parent | 5165df07d1a52a90f1bb401c083e5d87b04570b3 (diff) | |
propellor spin
| -rw-r--r-- | src/Utility/ConcurrentOutput.hs | 2 |
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 |
