From d65a081f3f12e3ec94d0254c00ae74aea29b518e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 2 Sep 2018 16:17:50 -0400 Subject: [PATCH] improve message --- Command/ImportFeed.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/ImportFeed.hs b/Command/ImportFeed.hs index e027849083..6409e176c7 100644 --- a/Command/ImportFeed.hs +++ b/Command/ImportFeed.hs @@ -85,7 +85,7 @@ perform opts cache url = do showOutput ok <- and <$> mapM (performDownload opts cache) l unless ok $ - feedProblem url "problem downloading item" + feedProblem url "problem downloading some item(s) from feed" next $ cleanup url True cleanup :: URLString -> Bool -> CommandCleanup