summaryrefslogtreecommitdiff
path: root/Core.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Core.hs')
-rw-r--r--Core.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core.hs b/Core.hs
index 0af22ee73..5bf108393 100644
--- a/Core.hs
+++ b/Core.hs
@@ -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"