Revised diagnostics reporting connected_device in open()

This commit is contained in:
GRiker 2011-11-30 04:39:56 -07:00
parent 15343d7af3
commit ace9429430

View File

@ -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):