summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-19 14:15:53 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-19 14:15:53 -0400
commit731cabbe3d083bcca6535fc9751b63cc16a83b83 (patch)
tree23bce6894c3060c35390633af60570b23a435a07
parent4f8d28819da8e13bfa741dae8d84b0000e38e083 (diff)
newlines before failed message
needed if a long message was shown
-rw-r--r--Core.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core.hs b/Core.hs
index 3532c71d5..8dc4bff6f 100644
--- a/Core.hs
+++ b/Core.hs
@@ -106,4 +106,4 @@ showEndOk = do
liftIO $ putStrLn " ok"
showEndFail :: Annex ()
showEndFail = do
- liftIO $ putStrLn " failed"
+ liftIO $ putStrLn "\nfailed"