Less logging

This commit is contained in:
croneter 2018-11-23 08:54:43 +01:00
parent 02475bc8a6
commit 8110c104f1

View file

@ -521,7 +521,7 @@ class KodiVideoDB(common.KodiDBBase):
(filename,))
files = self.cursor.fetchall()
if len(files) == 0:
LOG.info('Did not find any file, abort')
LOG.debug('Did not find any file, abort')
return
# result will contain a list of all idFile with matching filename and
# matching path