better message display
This commit is contained in:
parent
9dfbf40d1a
commit
03bcb8d8b3
1 changed files with 3 additions and 3 deletions
2
Core.hs
2
Core.hs
|
@ -97,7 +97,7 @@ logStatus key status = do
|
||||||
{- Output logging -}
|
{- Output logging -}
|
||||||
showStart :: String -> String -> Annex ()
|
showStart :: String -> String -> Annex ()
|
||||||
showStart command file = do
|
showStart command file = do
|
||||||
liftIO $ putStr $ command ++ " " ++ file
|
liftIO $ putStr $ command ++ " " ++ file ++ " "
|
||||||
liftIO $ hFlush stdout
|
liftIO $ hFlush stdout
|
||||||
showNote :: String -> Annex ()
|
showNote :: String -> Annex ()
|
||||||
showNote s = do
|
showNote s = do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue