mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-04-28 17:54:06 +02:00
Fix couple of logging errors
This commit is contained in:
@@ -452,7 +452,7 @@ class MobiMLizer(object):
|
||||
try:
|
||||
item = self.oeb.manifest.hrefs[base.urlnormalize(href)]
|
||||
except:
|
||||
self.oeb.logger.warning('Failed to find image:', href)
|
||||
self.oeb.logger.warning('Failed to find image: %s', href)
|
||||
else:
|
||||
try:
|
||||
width, height = identify(item.data)[1:]
|
||||
|
||||
Reference in New Issue
Block a user