improve display of checking known urls
Display it as a separate action, so it ends with a newline
This commit is contained in:
parent
a62802af08
commit
ddf68b7c48
1 changed files with 2 additions and 1 deletions
|
@ -112,8 +112,9 @@ getCache :: Maybe String -> Annex Cache
|
|||
getCache opttemplate = ifM (Annex.getState Annex.force)
|
||||
( ret S.empty S.empty
|
||||
, do
|
||||
showAction "checking known urls"
|
||||
showStart "importfeed" "checking known urls"
|
||||
(is, us) <- unzip <$> (mapM knownItems =<< knownUrls)
|
||||
showEndOk
|
||||
ret (S.fromList us) (S.fromList (concat is))
|
||||
)
|
||||
where
|
||||
|
|
Loading…
Reference in a new issue