mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-04-29 18:24:04 +02:00
Fix couple of logging errors
This commit is contained in:
@@ -444,8 +444,8 @@ class Indexer(object): # {{{
|
||||
if self.is_periodical and self.masthead_offset is None:
|
||||
raise ValueError('Periodicals must have a masthead')
|
||||
|
||||
self.log('Generating MOBI index for a %s', 'periodical' if
|
||||
self.is_periodical else 'book')
|
||||
self.log.info('Generating MOBI index for a %s', 'periodical' if
|
||||
self.is_periodical else 'book')
|
||||
self.is_flat_periodical = False
|
||||
if self.is_periodical:
|
||||
periodical_node = next(iter(oeb.toc))
|
||||
|
||||
Reference in New Issue
Block a user