summaryrefslogtreecommitdiff
path: root/Command/ImportFeed.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-07-28 17:19:21 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-07-28 17:19:21 -0400
commitbf8a534abbeaa6f327072c6cd19b325da3157291 (patch)
treeb6c09d1b4feaacb754382e0e7d0d357fd20fcb8a /Command/ImportFeed.hs
parent75b7a2e01a46bc8f6503e377b35e486efcc043a6 (diff)
show a side action when finding known urls
Diffstat (limited to 'Command/ImportFeed.hs')
-rw-r--r--Command/ImportFeed.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/Command/ImportFeed.hs b/Command/ImportFeed.hs
index a4a5cfd4c..d919a9626 100644
--- a/Command/ImportFeed.hs
+++ b/Command/ImportFeed.hs
@@ -67,7 +67,9 @@ start relaxed opttemplate = go Nothing
{- This is expensive, so avoid running it more than once. -}
getknownurls (Just cached) = return cached
- getknownurls Nothing = S.fromList <$> knownUrls
+ getknownurls Nothing = do
+ showSideAction "checking known urls"
+ S.fromList <$> knownUrls
findEnclosures :: URLString -> Annex (Maybe [ToDownload])
findEnclosures url = go =<< downloadFeed url