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