improve message
This commit is contained in:
parent
d0ef049cca
commit
d65a081f3f
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ perform opts cache url = do
|
||||||
showOutput
|
showOutput
|
||||||
ok <- and <$> mapM (performDownload opts cache) l
|
ok <- and <$> mapM (performDownload opts cache) l
|
||||||
unless ok $
|
unless ok $
|
||||||
feedProblem url "problem downloading item"
|
feedProblem url "problem downloading some item(s) from feed"
|
||||||
next $ cleanup url True
|
next $ cleanup url True
|
||||||
|
|
||||||
cleanup :: URLString -> Bool -> CommandCleanup
|
cleanup :: URLString -> Bool -> CommandCleanup
|
||||||
|
|
Loading…
Reference in a new issue