From 9b1085c1347a78dabc7b74b0910e608355078ecd Mon Sep 17 00:00:00 2001 From: croneter Date: Sun, 3 Jun 2018 14:04:11 +0200 Subject: [PATCH] Less logging - Fixes #482 --- resources/lib/kodidb_functions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lib/kodidb_functions.py b/resources/lib/kodidb_functions.py index eec51644..a23ce758 100644 --- a/resources/lib/kodidb_functions.py +++ b/resources/lib/kodidb_functions.py @@ -678,8 +678,8 @@ class KodiDBMethods(object): self.cursor.execute(query, (path,)) path_id = self.cursor.fetchall() if len(path_id) != 1: - LOG.error('Found wrong number of path ids: %s for path %s, abort', - path_id, path) + LOG.debug('Found wrong number of path ids: %s for path %s, abort', + path_id, path) return query = ''' SELECT idSong