Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed Jun 7, 2019
1 parent cbc9e22 commit 07e4ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/import/omp/omp.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def run(self, args, settings):
self.log.debug('Loading chapter \t{}, "{}"'.format(chapter.chapter_seq, chapter_title))
chapter_files = self.get_chapter_files_from_db(chapter.chapter_id, chapter_genre)
if not chapter_files:
self.log.info(('Chapter without files\t chaṕter_id={} and genre={}'.format(chapter.chapter_id, chapter_genre)))
self.log.info(('Empty chapter found \t chapter_id={} and genre={}'.format(chapter.chapter_id, chapter_genre)))
continue
elif len(chapter_files) > 1:
self.log.warning((' Found more than one matching chapter file: {}'
Expand Down

0 comments on commit 07e4ce7

Please sign in to comment.