Log a warning when Content-Type is not correct
authorEtienne Millon <me@emillon.org>
Sun, 28 Sep 2014 19:56:41 +0000 (21:56 +0200)
committerEtienne Millon <me@emillon.org>
Sun, 28 Sep 2014 19:56:41 +0000 (21:56 +0200)
commit4628db9cb32b920195cb3fc6ffad30eb1334635c
tree85c2f50049763a82f6362c0b2953e46864254abe
parent3fb966d6eaff45d8b932e2c19aef91a76d30e006
Log a warning when Content-Type is not correct

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>
rss2email/feed.py