1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-04-20 21:21:35 +02:00

Another part of logging adaptation

This commit is contained in:
2021-06-24 19:57:47 +02:00
parent 6dfcaea2dd
commit 230fe90e69
9 changed files with 56 additions and 59 deletions
@@ -430,7 +430,7 @@ class Convert(object):
self.current_link = self.current_lang = None
for item in self.oeb.spine:
self.log.debug('Processing', item.href)
self.log.debug('Processing %s', item.href)
self.process_item(item)
if self.add_toc:
self.links_manager.process_toc_links(self.oeb)