This commit is contained in:
Joey Hess 2014-11-18 18:46:10 -04:00
parent 94369ef76b
commit 80a20d6df3
1 changed files with 1 additions and 3 deletions

View File

@ -245,7 +245,7 @@ spin hn hst = do
hClose toh
-- Display remaining output.
void $ tryIO $ forever $
showremote =<< hGetLine fromh
putStrLn =<< hGetLine fromh
hClose fromh
dispatch Nothing = return ()
@ -271,8 +271,6 @@ spin hn hst = do
runcmd = mkcmd
[ "cd " ++ localdir ++ " && ./propellor --continue " ++ shellEscape (show (SimpleRun hn)) ]
showremote s = putStrLn s
sendprivdata toh privdata = void $
actionMessage ("Sending privdata (" ++ show (length privdata) ++ " bytes) to " ++ hn) $ do
sendMarked toh privDataMarker privdata