diff options
| author | Joey Hess <id@joeyh.name> | 2014-11-27 17:51:41 -0400 |
|---|---|---|
| committer | Joey Hess <id@joeyh.name> | 2014-11-27 17:51:41 -0400 |
| commit | 7ddb862176764fb52ab64d3c746f3841b1a3ba65 (patch) | |
| tree | a988e29d51eb7d3acf191ca5a648dd05cd406dcc /src/Propellor/Engine.hs | |
| parent | d1425be30a1fcd45659c67c74ba2121e1be683d0 (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/Engine.hs')
| -rw-r--r-- | src/Propellor/Engine.hs | 1 |
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 |
