From 2742595973f6bb562f64a93477587427cb09eb9e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 12 Mar 2012 09:55:29 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/conversion/plugins/mobi_input.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/ebooks/conversion/plugins/mobi_input.py b/src/calibre/ebooks/conversion/plugins/mobi_input.py index 6c6ffb2bba..f56eb2002c 100644 --- a/src/calibre/ebooks/conversion/plugins/mobi_input.py +++ b/src/calibre/ebooks/conversion/plugins/mobi_input.py @@ -52,6 +52,7 @@ class MOBIInput(InputFormatPlugin): mr.extract_content(u'.', parse_cache) if mr.kf8_type is not None: + log('Found KF8 MOBI') from calibre.ebooks.mobi.reader.mobi8 import Mobi8Reader return os.path.abspath(Mobi8Reader(mr, log)())