From 77d1df553cf7aa9dc15e1e87e113675101e8027d Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Sat, 17 Sep 2016 14:49:57 +0200 Subject: [PATCH] More logging --- resources/lib/artwork.py | 1 + 1 file changed, 1 insertion(+) 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 ###===---")