Merge pull request #3921 from ByteHamster/fix-showing-title-in-log
Fixed showing feed title in download log
This commit is contained in:
commit
b6a20a10c7
@ -82,7 +82,7 @@ public class FeedParserTask implements Callable<FeedHandlerResult> {
|
||||
DownloadError.SUCCESS, successful, reasonDetailed);
|
||||
return result;
|
||||
} else {
|
||||
downloadStatus = new DownloadStatus(feed, feed.getHumanReadableIdentifier(),
|
||||
downloadStatus = new DownloadStatus(feed, request.getTitle(),
|
||||
reason, successful, reasonDetailed);
|
||||
return null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user