parent
0486934d81
commit
9b1085c134
1 changed files with 2 additions and 2 deletions
|
@ -678,7 +678,7 @@ 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',
|
||||
LOG.debug('Found wrong number of path ids: %s for path %s, abort',
|
||||
path_id, path)
|
||||
return
|
||||
query = '''
|
||||
|
|
Loading…
Reference in a new issue