summaryrefslogtreecommitdiff
path: root/src/Propellor/Spin.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Spin.hs')
-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