summaryrefslogtreecommitdiff
path: root/src/Propellor/Engine.hs
diff options
context:
space:
mode:
authorJoey Hess2014-11-27 17:51:41 -0400
committerJoey Hess2014-11-27 17:51:41 -0400
commit7ddb862176764fb52ab64d3c746f3841b1a3ba65 (patch)
treea988e29d51eb7d3acf191ca5a648dd05cd406dcc /src/Propellor/Engine.hs
parentd1425be30a1fcd45659c67c74ba2121e1be683d0 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Engine.hs')
-rw-r--r--src/Propellor/Engine.hs1
1 files changed, 1 insertions, 0 deletions
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