better log line

This commit is contained in:
Athou
2013-06-08 22:15:13 +02:00
parent 349ed7f223
commit f5930fcab5

View File

@@ -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();
}