From 7ddb862176764fb52ab64d3c746f3841b1a3ba65 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 27 Nov 2014 17:51:41 -0400 Subject: propellor spin --- src/Propellor/Engine.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Propellor/Engine.hs') diff --git a/src/Propellor/Engine.hs b/src/Propellor/Engine.hs index 0b65fb7e..b0b1695a 100644 --- a/src/Propellor/Engine.hs +++ b/src/Propellor/Engine.hs @@ -77,6 +77,7 @@ processChainOutput h = go Nothing where go lastline = do v <- catchMaybeIO (hGetLine h) + debug ["read from chained propellor: ", show v] case v of Nothing -> case lastline of Nothing -> pure FailedChange -- cgit v1.2.3