FB2 Output: Fix bug #8146, log object called incorrectly.

This commit is contained in:
John Schember 2011-01-01 15:43:12 -05:00
parent 31772d2ce8
commit 6056da01a7

View File

@ -35,7 +35,7 @@ class FB2Output(OutputFormatPlugin):
rasterizer = SVGRasterizer()
rasterizer(oeb_book, opts)
except Unavailable:
self.log.warn('SVG rasterizer unavailable, SVG will not be converted')
log.warn('SVG rasterizer unavailable, SVG will not be converted')
linearize_jacket(oeb_book)