Added diagnostic to DEBUG output indicating advanced user mode

This commit is contained in:
GRiker 2011-03-25 04:30:50 -07:00
parent 01c1e94a70
commit fd3a469a4c

View File

@ -752,6 +752,9 @@ class ITUNES(DriverBase):
'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: