diff --git a/recipes/private_eye.recipe b/recipes/private_eye.recipe index 3913bea319..6f183db778 100644 --- a/recipes/private_eye.recipe +++ b/recipes/private_eye.recipe @@ -88,7 +88,7 @@ class PrivateEyeRecipe(BasicNewsRecipe): date = self.publication_date if url and url not in self.urls: self.urls.append(url) - self.info( + self.log.info( "Page added: %s: %s: %s (%s)" % (date, title, description, url) ) self.current_articles.append({