summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2015-01-05 19:37:51 -0400
committerJoey Hess2015-01-05 19:37:51 -0400
commitde5fad970ee26d334f226275ecde6904b1f13b6d (patch)
tree658ca9a6e9d11d5d870101e8ec6cb9e07964158f /src
parentfa40a94b8177c118931412afed4390547872d645 (diff)
propellor spin
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Protocol.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Protocol.hs b/src/Propellor/Protocol.hs
index 95a671bc..2c568817 100644
--- a/src/Propellor/Protocol.hs
+++ b/src/Propellor/Protocol.hs
@@ -41,6 +41,7 @@ fromMarked marker s
sendMarked :: Handle -> Marker -> String -> IO ()
sendMarked h marker s = do
+ debug ["sent req", marker]
-- Prefix string with newline because sometimes a
-- incomplete line has been output, and the marker needs to
-- come at the start of a line.