don't throw a fatal error

This commit is contained in:
Joey Hess 2010-10-19 12:53:51 -04:00
parent 2caf711827
commit 2ea589e117

View file

@ -107,4 +107,4 @@ showEndOk = do
showEndFail :: String -> String -> Annex ()
showEndFail command file = do
liftIO $ putStrLn ""
error $ command ++ " " ++ file ++ " failed"
liftIO $ hPutStrLn stderr $ command ++ " " ++ file ++ " failed"