mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 20:35:18 +02:00
Added diagnostic to DEBUG output indicating advanced user mode
This commit is contained in:
parent
01c1e94a70
commit
fd3a469a4c
1 changed files with 3 additions and 0 deletions
|
|
@ -752,6 +752,9 @@ def open(self, library_uuid):
|
|||
'After following the Quick Start steps outlined in the FAQ, '
|
||||
'restart calibre.'))
|
||||
|
||||
if DEBUG:
|
||||
self.log.info(" advanced user mode, directly connecting to iDevice")
|
||||
|
||||
# Confirm/create thumbs archive
|
||||
if not os.path.exists(self.cache_dir):
|
||||
if DEBUG:
|
||||
|
|
|
|||
Loading…
Reference in a new issue