propellor spin

This commit is contained in:
Joey Hess 2015-01-05 19:37:51 -04:00
parent fa40a94b81
commit de5fad970e
Failed to extract signature
1 changed files with 1 additions and 0 deletions

View File

@ -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.