less verbose failures seem better here

This commit is contained in:
Joey Hess 2010-10-19 12:55:40 -04:00
parent 2ea589e117
commit d23fc22f0e
2 changed files with 6 additions and 7 deletions

View file

@ -104,7 +104,6 @@ showLongNote s = do
showEndOk :: Annex ()
showEndOk = do
liftIO $ putStrLn " ok"
showEndFail :: String -> String -> Annex ()
showEndFail command file = do
liftIO $ putStrLn ""
liftIO $ hPutStrLn stderr $ command ++ " " ++ file ++ " failed"
showEndFail :: Annex ()
showEndFail = do
liftIO $ putStrLn " failed"