This commit is contained in:
Kovid Goyal 2011-01-01 13:56:13 -07:00
commit 2dd9368f0b

View file

@ -35,7 +35,7 @@ def convert(self, oeb_book, output_path, input_plugin, opts, log):
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)