Skip to content

Commit

Permalink
Reduce adapter_gravitytalescom no feedparser warning to debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmXinu committed Jul 26, 2017
1 parent d2ec906 commit a692157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fanficfare/adapters/adapter_gravitytalescom.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# A version of feedparser is available in the Calibre plugin version
from calibre.web.feeds import feedparser
except ImportError:
logger.warn('No version of feedparser module available, falling back to naive published and updated date')
logger.debug('No version of feedparser module available, falling back to naive published and updated date')
feedparser = None

from base_adapter import BaseSiteAdapter
Expand Down

0 comments on commit a692157

Please sign in to comment.