mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-03-13 04:55:49 +01:00
Next portion of logging adapt.
This commit is contained in:
@@ -25,8 +25,8 @@ class PDBInput(InputFormatPlugin):
|
||||
(header.ident,
|
||||
IDENTITY_TO_NAME.get(header.ident, 'Unknown')))
|
||||
|
||||
log.debug('Detected ebook format as: %s with identity: %s' %
|
||||
(IDENTITY_TO_NAME[header.ident], header.ident))
|
||||
log.debug('Detected ebook format as: %s with identity: %s',
|
||||
IDENTITY_TO_NAME[header.ident], header.ident)
|
||||
|
||||
reader = Reader(header, stream, log, options)
|
||||
opf = reader.extract_content(os.getcwd())
|
||||
|
||||
Reference in New Issue
Block a user