diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-15 18:38:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-15 18:38:41 -0400 |
commit | 625972d2b3340b6a41d1d47f631c80d6021025dc (patch) | |
tree | 3ad780d8005ac605662eabc1c73c529dd0c968c6 /Messages.hs | |
parent | 0893820812c9cc10287c861dccbdae3c287cd7cf (diff) |
this is kinda weird, but it avoids blank lines after warnings
Diffstat (limited to 'Messages.hs')
-rw-r--r-- | Messages.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Messages.hs b/Messages.hs index 7dafa8284..f9d12c222 100644 --- a/Messages.hs +++ b/Messages.hs @@ -56,4 +56,4 @@ showErr e = warning $ show e warning :: String -> Annex () warning s = do verbose $ liftIO $ putStr "\n" - liftIO $ hPutStrLn stderr $ "git-annex: " ++ s + liftIO $ hPutStr stderr $ "git-annex: " ++ s ++ " " |