From 8110c104f11dc0233469cc4fb4f6ff28f7de16ea Mon Sep 17 00:00:00 2001 From: croneter Date: Fri, 23 Nov 2018 08:54:43 +0100 Subject: [PATCH] Less logging --- resources/lib/kodi_db/video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/kodi_db/video.py b/resources/lib/kodi_db/video.py index f8247352..41f57d13 100644 --- a/resources/lib/kodi_db/video.py +++ b/resources/lib/kodi_db/video.py @@ -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