mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Revised diagnostics reporting connected_device in open()
This commit is contained in:
parent
15343d7af3
commit
ace9429430
@ -3239,7 +3239,7 @@ class ITUNES_ASYNC(ITUNES):
|
|||||||
we need to talk to iTunes to discover if there's a connected iPod
|
we need to talk to iTunes to discover if there's a connected iPod
|
||||||
'''
|
'''
|
||||||
if DEBUG:
|
if DEBUG:
|
||||||
self.log.info("ITUNES_ASYNC.open(connected_device: iTunes)")
|
self.log.info("ITUNES_ASYNC.open(connected_device: %s)" % repr(connected_device))
|
||||||
|
|
||||||
# Confirm/create thumbs archive
|
# Confirm/create thumbs archive
|
||||||
if not os.path.exists(self.cache_dir):
|
if not os.path.exists(self.cache_dir):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user