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