wking / rss2email

open-source tool for Windows, Mac OS and UNIX for getting news from RSS feeds in email
http://pypi.python.org/pypi/rss2email/
GNU General Public License v2.0
270 stars 48 forks source link

Log a warning when Content-Type is not correct #40

Closed emillon closed 10 years ago

emillon commented 10 years ago

When a feed is served with a wrong Content-Type, log a warning and not an error. This prevents a "processing error" message from being displayed at the default log level, which is confusing for a innocuous "error" like this.

See https://bugs.debian.org/760963.

Signed-off-by: Etienne Millon me@emillon.org