Inconsistent warning/error, pages failing switched to warning.
This commit is contained in:
Alexis Metaireau 2012-07-12 01:27:59 -07:00
commit 0fdd2654f0

View file

@ -368,7 +368,7 @@ class PagesGenerator(Generator):
try:
content, metadata = read_file(f)
except Exception, e:
logger.error(u'Could not process %s\n%s' % (f, str(e)))
logger.warning(u'Could not process %s\n%s' % (f, str(e)))
continue
page = Page(content, metadata, settings=self.settings,
filename=f)