From 7f401a17aae36bc1baebadf98a26f1fb2de19731 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 28 Oct 2015 12:26:28 -0400 Subject: propellor spin --- src/Utility/ConcurrentOutput.hs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/Utility') diff --git a/src/Utility/ConcurrentOutput.hs b/src/Utility/ConcurrentOutput.hs index 0e9a59de..193e757f 100644 --- a/src/Utility/ConcurrentOutput.hs +++ b/src/Utility/ConcurrentOutput.hs @@ -147,8 +147,12 @@ createProcessConcurrent :: P.CreateProcess -> IO (Maybe Handle, Maybe Handle, Ma createProcessConcurrent p | willoutput (P.std_out p) || willoutput (P.std_err p) = ifM tryTakeOutputLock - ( firstprocess - , concurrentprocess + ( do + print "IS NOT CONCURRENT" + firstprocess + , do + print "IS CONCURRENT" + concurrentprocess ) | otherwise = P.createProcess p where -- cgit v1.2.3