Less logging

This commit is contained in:
croneter 2018-06-17 13:21:22 +02:00
parent 82283dbf44
commit 7297267613
1 changed files with 1 additions and 1 deletions

View File

@ -653,7 +653,7 @@ class KodiDBMethods(object):
movie_id = self.cursor.fetchone()[0]
typus = v.KODI_TYPE_EPISODE
except TypeError:
LOG.warn('Unexpectantly did not find a match!')
LOG.debug('Did not find a video DB match')
return
return movie_id, typus