More logging
This commit is contained in:
parent
703f2fb37d
commit
77d1df553c
1 changed files with 1 additions and 0 deletions
|
@ -190,6 +190,7 @@ class Image_Cache_Thread(Thread):
|
||||||
# We did not even get a timeout
|
# We did not even get a timeout
|
||||||
break
|
break
|
||||||
queue.task_done()
|
queue.task_done()
|
||||||
|
log.debug('Downloaded art: %s' % double_urldecode(url))
|
||||||
# Sleep for a bit to reduce CPU strain
|
# Sleep for a bit to reduce CPU strain
|
||||||
xbmc.sleep(50)
|
xbmc.sleep(50)
|
||||||
log.info("---===### Stopped Image_Cache_Thread ###===---")
|
log.info("---===### Stopped Image_Cache_Thread ###===---")
|
||||||
|
|
Loading…
Reference in a new issue