From e5c7274ba7b838443837e05980ca249045466069 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 16 Apr 2016 10:40:10 +0530 Subject: [PATCH] ... --- src/pyj/read_book/ui.pyj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pyj/read_book/ui.pyj b/src/pyj/read_book/ui.pyj index 6c0da23cfd..a43181c986 100644 --- a/src/pyj/read_book/ui.pyj +++ b/src/pyj/read_book/ui.pyj @@ -144,6 +144,7 @@ class ReadUI: _('The manifest for {title} is not valid').format(title=self.current_metadata.title), traceback.format_exc()) if manifest.version is not RENDER_VERSION: + print('calibre upgraded: RENDER_VERSION={} manifest.version={}'.format(RENDER_VERSION, manifest.version)) return self.show_error(_('calibre upgraded!'), _( 'A newer version of calibre is available, please click the reload button in your browser.')) self.current_metadata = manifest.metadata