From f79fe8c0b16638c22a1094b5b2d7e4b62810d839 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 28 Oct 2015 12:27:48 -0400 Subject: propellor spin --- src/Utility/ConcurrentOutput.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Utility') diff --git a/src/Utility/ConcurrentOutput.hs b/src/Utility/ConcurrentOutput.hs index 193e757f..1ca92d90 100644 --- a/src/Utility/ConcurrentOutput.hs +++ b/src/Utility/ConcurrentOutput.hs @@ -148,10 +148,10 @@ createProcessConcurrent p | willoutput (P.std_out p) || willoutput (P.std_err p) = ifM tryTakeOutputLock ( do - print "IS NOT CONCURRENT" + hPutStrLn stderr "IS NOT CONCURRENT" firstprocess , do - print "IS CONCURRENT" + hPutStrLn stderr "IS CONCURRENT" concurrentprocess ) | otherwise = P.createProcess p -- cgit v1.2.3