summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorJoey Hess2015-10-28 11:47:39 -0400
committerJoey Hess2015-10-28 11:47:39 -0400
commit1f0e7001aafb91e7ed168505db1aa62a8b070234 (patch)
tree3d4ed609672e91b581d1baa705f0f014658afb4f /src/Propellor
parent92cc0610586f0875286a945ea21477f0fc852f08 (diff)
propellor spin
Diffstat (limited to 'src/Propellor')
-rw-r--r--src/Propellor/Spin.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Propellor/Spin.hs b/src/Propellor/Spin.hs
index 49d80460..ef3dc2d1 100644
--- a/src/Propellor/Spin.hs
+++ b/src/Propellor/Spin.hs
@@ -208,8 +208,10 @@ updateServer target relay hst connect haveprecompiled getprivdata =
loop
(Just NeedPrivData) -> do
print "START GET PRIVDATA"
+ hFlush stdout
pd <- getprivdata
print ("GOT PRIVDATA", M.size pd)
+ hFlush stdout
sendPrivData hn toh pd
loop
(Just NeedGitClone) -> do