diff --git a/resources/lib/artwork.py b/resources/lib/artwork.py index 9021c58e..a0652f9e 100644 --- a/resources/lib/artwork.py +++ b/resources/lib/artwork.py @@ -190,6 +190,7 @@ class Image_Cache_Thread(Thread): # We did not even get a timeout break queue.task_done() + log.debug('Downloaded art: %s' % double_urldecode(url)) # Sleep for a bit to reduce CPU strain xbmc.sleep(50) log.info("---===### Stopped Image_Cache_Thread ###===---")