diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-01-05 19:37:51 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-01-05 19:37:51 -0400 |
| commit | de5fad970ee26d334f226275ecde6904b1f13b6d (patch) | |
| tree | 658ca9a6e9d11d5d870101e8ec6cb9e07964158f /src/Propellor/Protocol.hs | |
| parent | fa40a94b8177c118931412afed4390547872d645 (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/Protocol.hs')
| -rw-r--r-- | src/Propellor/Protocol.hs | 1 |
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. |
