From 4bc6ffb9184cc112356538f9a35bd3cc254d4dcd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 28 Feb 2017 14:41:08 -0400 Subject: improve display of checking known urls Display it as a separate action, so it ends with a newline --- Command/ImportFeed.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Command/ImportFeed.hs b/Command/ImportFeed.hs index 521fca68e..ebc763868 100644 --- a/Command/ImportFeed.hs +++ b/Command/ImportFeed.hs @@ -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 -- cgit v1.2.3