This commit is contained in:
Joey Hess 2014-11-18 15:20:07 -04:00
parent 3d98e31919
commit 72e8086d7e
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ boot = do
-- reads from the second fd and sends it to stdout.
gitPush :: Fd -> Fd -> IO ()
gitPush hin hout = do
print ("gitPush", hin, hout)
hPutStrLn stderr $ show ("gitPush", hin, hout)
void $ fromstdin `concurrently` tostdout
where
fromstdin = do