From fd3a469a4c412381baf0970dff22437dc9d1d20f Mon Sep 17 00:00:00 2001 From: GRiker Date: Fri, 25 Mar 2011 04:30:50 -0700 Subject: [PATCH] Added diagnostic to DEBUG output indicating advanced user mode --- src/calibre/devices/apple/driver.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/calibre/devices/apple/driver.py b/src/calibre/devices/apple/driver.py index 2850abe7d6..7a2b25b2e8 100644 --- a/src/calibre/devices/apple/driver.py +++ b/src/calibre/devices/apple/driver.py @@ -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: