mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
better log line
This commit is contained in:
@@ -55,7 +55,8 @@ public class FeedFetcher {
|
||||
&& fetchedFeed.getFeed().getLastPublishedDate() != null
|
||||
&& lastPublishedDate.getTime() == fetchedFeed.getFeed()
|
||||
.getLastPublishedDate().getTime()) {
|
||||
log.info("using publishedDate!");
|
||||
log.info("publishedDate not modified: {}", fetchedFeed.getFeed()
|
||||
.getUrl());
|
||||
throw new NotModifiedException();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user