summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Propellor/SimpleSh.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Propellor/SimpleSh.hs b/Propellor/SimpleSh.hs
index 8c136ae4..69ded47b 100644
--- a/Propellor/SimpleSh.hs
+++ b/Propellor/SimpleSh.hs
@@ -74,6 +74,7 @@ simpleSh namedpipe = do
debug ["simplesh run", cmd, show params, "wait writer"]
wait writer
+ debug ["simplesh run", cmd, show params, "wait writer complete"]
hClose h
debug ["simplesh run", cmd, show params, "fully done"]