Fixed showing feed title in download log
This commit is contained in:
parent
fc68fe4b9c
commit
78a86347d4
|
@ -82,7 +82,7 @@ public class FeedParserTask implements Callable<FeedHandlerResult> {
|
||||||
DownloadError.SUCCESS, successful, reasonDetailed);
|
DownloadError.SUCCESS, successful, reasonDetailed);
|
||||||
return result;
|
return result;
|
||||||
} else {
|
} else {
|
||||||
downloadStatus = new DownloadStatus(feed, feed.getHumanReadableIdentifier(),
|
downloadStatus = new DownloadStatus(feed, request.getTitle(),
|
||||||
reason, successful, reasonDetailed);
|
reason, successful, reasonDetailed);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue