mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Added diagnostic to DEBUG output indicating advanced user mode
This commit is contained in:
parent
01c1e94a70
commit
fd3a469a4c
@ -752,6 +752,9 @@ class ITUNES(DriverBase):
|
|||||||
'After following the Quick Start steps outlined in the FAQ, '
|
'After following the Quick Start steps outlined in the FAQ, '
|
||||||
'restart calibre.'))
|
'restart calibre.'))
|
||||||
|
|
||||||
|
if DEBUG:
|
||||||
|
self.log.info(" advanced user mode, directly connecting to iDevice")
|
||||||
|
|
||||||
# Confirm/create thumbs archive
|
# Confirm/create thumbs archive
|
||||||
if not os.path.exists(self.cache_dir):
|
if not os.path.exists(self.cache_dir):
|
||||||
if DEBUG:
|
if DEBUG:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user