From: Joey Hess Date: Tue, 10 Nov 2015 18:06:07 +0000 (-0400) Subject: add back missing newline to showRaw X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~324^2~60 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=468e52fbe33dd1675a262eecebcd29c9bc3ca198;p=git-annex.git add back missing newline to showRaw --- 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