Add logging for found feed info

This commit is contained in:
Peter Stuifzand 2018-04-11 21:56:40 +02:00
parent 3574001b40
commit a968380e7a

View File

@ -173,8 +173,8 @@ func (b *memoryBackend) feedHeader(fetchURL, contentType string, body io.Reader)
} else {
log.Printf("Unknown Content-Type: %s\n", contentType)
}
log.Println("Found feed: ", feed)
return feed, nil
}
func (b *memoryBackend) feedItems(fetchURL, contentType string, body io.Reader) ([]microsub.Item, error) {