summaryrefslogtreecommitdiff
path: root/Messages.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2015-11-10 14:06:07 -0400
committerJoey Hess <joeyh@joeyh.name>2015-11-10 14:06:07 -0400
commit468e52fbe33dd1675a262eecebcd29c9bc3ca198 (patch)
tree863d81cea4e4cdd40ddb3119d015a3bb8b7a7c35 /Messages.hs
parentcd7929034a085c827fff48afb4457d10be2befb5 (diff)
add back missing newline to showRaw
Diffstat (limited to 'Messages.hs')
-rw-r--r--Messages.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Messages.hs b/Messages.hs
index 74465a5b98..650e6162a8 100644
--- a/Messages.hs
+++ b/Messages.hs
@@ -169,7 +169,7 @@ showHeader :: String -> Annex ()
showHeader h = outputMessage q $ (h ++ ": ")
showRaw :: String -> Annex ()
-showRaw = outputMessage q
+showRaw s = outputMessage q (s ++ "\n")
setupConsole :: IO ()
setupConsole = do