More logging

This commit is contained in:
tomkat83 2016-04-13 16:19:24 +02:00
parent a089dc6e04
commit 0b1a53e839

View file

@ -524,6 +524,7 @@ class LibrarySync(Thread):
with kodidb.GetKodiDB('video') as kodi_db: with kodidb.GetKodiDB('video') as kodi_db:
try: try:
kodi_db.pathHack() kodi_db.pathHack()
self.logMsg('Path hack successful', 1)
except Exception as e: except Exception as e:
# Empty movies, tv shows? # Empty movies, tv shows?
self.logMsg('Path hack failed with error message: %s' self.logMsg('Path hack failed with error message: %s'