Re-add logging

Troubleshoot movies receiving the wrong tag
This commit is contained in:
angelblue05 2016-09-15 21:59:39 -05:00
parent 828abd807e
commit 58ed423b16
1 changed files with 2 additions and 0 deletions

View File

@ -571,6 +571,8 @@ class LibrarySync(threading.Thread):
##### PROCESS MOVIES #####
for view in views:
log.info("Processing: %s", view)
if self.shouldStop():
return False