forked from Archives/Athou_commafeed
better log line
This commit is contained in:
@@ -55,7 +55,8 @@ public class FeedFetcher {
|
|||||||
&& fetchedFeed.getFeed().getLastPublishedDate() != null
|
&& fetchedFeed.getFeed().getLastPublishedDate() != null
|
||||||
&& lastPublishedDate.getTime() == fetchedFeed.getFeed()
|
&& lastPublishedDate.getTime() == fetchedFeed.getFeed()
|
||||||
.getLastPublishedDate().getTime()) {
|
.getLastPublishedDate().getTime()) {
|
||||||
log.info("using publishedDate!");
|
log.info("publishedDate not modified: {}", fetchedFeed.getFeed()
|
||||||
|
.getUrl());
|
||||||
throw new NotModifiedException();
|
throw new NotModifiedException();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user